From 274d1e257a2db7b1fbfd65c6cfd8aa671722f53e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 13 Aug 2025 10:21:58 +0000 Subject: [PATCH 1/4] Update repo with server manifest from issue #230 --- mcp-registry/servers/boikot@boikot-xyz.json | 53 +++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 mcp-registry/servers/boikot@boikot-xyz.json diff --git a/mcp-registry/servers/boikot@boikot-xyz.json b/mcp-registry/servers/boikot@boikot-xyz.json new file mode 100644 index 0000000..a0eb10e --- /dev/null +++ b/mcp-registry/servers/boikot@boikot-xyz.json @@ -0,0 +1,53 @@ +{ + "display_name": "Boikot MCP Server", + "license": "GPL v3", + "tags": [ + "ethics", + "corporate ethics", + "company information", + "MCP", + "lookup tool" + ], + "examples": [ + { + "title": "", + "description": "", + "prompt": "What can you tell me about the ethics of Amazon?" + }, + { + "title": "", + "description": "", + "prompt": "Is Nestl\u00e9 considered ethical?" + }, + { + "title": "", + "description": "", + "prompt": "Look up information about Apple's corporate practices" + }, + { + "title": "", + "description": "", + "prompt": "What ethical issues are associated with Facebook?" + }, + { + "title": "", + "description": "", + "prompt": "Tell me about the ethics record of McDonald's" + } + ], + "name": "@boikot-xyz/boikot", + "repository": { + "type": "git", + "url": "https://github.com/boikot-xyz/boikot" + }, + "homepage": "https://github.com/boikot-xyz/boikot", + "author": { + "name": "boikot-xyz" + }, + "description": "boikot is a community-led initiative to make data on company ethics transparent and accessible.", + "categories": [ + "Error" + ], + "installations": {}, + "is_official": false +} \ No newline at end of file From 2bbed06821c9b6a527d179c52a202bc1dc6854aa Mon Sep 17 00:00:00 2001 From: Jonathan Wang Date: Wed, 13 Aug 2025 18:36:17 +0800 Subject: [PATCH 2/4] chore: update server info --- mcp-registry/servers/boikot-mcp.json | 72 ++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 mcp-registry/servers/boikot-mcp.json diff --git a/mcp-registry/servers/boikot-mcp.json b/mcp-registry/servers/boikot-mcp.json new file mode 100644 index 0000000..9ebf73b --- /dev/null +++ b/mcp-registry/servers/boikot-mcp.json @@ -0,0 +1,72 @@ +{ + "display_name": "Boikot MCP Server", + "license": "GPL v3", + "tags": [ + "ethics", + "corporate ethics", + "company information", + "MCP", + "lookup tool" + ], + "examples": [ + { + "title": "", + "description": "", + "prompt": "What can you tell me about the ethics of Amazon?" + }, + { + "title": "", + "description": "", + "prompt": "Is Nestl\u00e9 considered ethical?" + }, + { + "title": "", + "description": "", + "prompt": "Look up information about Apple's corporate practices" + }, + { + "title": "", + "description": "", + "prompt": "What ethical issues are associated with Facebook?" + }, + { + "title": "", + "description": "", + "prompt": "Tell me about the ethics record of McDonald's" + } + ], + "name": "boikot-mcp", + "repository": { + "type": "git", + "url": "https://github.com/boikot-xyz/boikot" + }, + "homepage": "https://github.com/boikot-xyz/boikot", + "author": { + "name": "boikot-xyz" + }, + "description": "boikot is a community-led initiative to make data on company ethics transparent and accessible.", + "categories": [ + "Error" + ], + "installations": { + "http": { + "url": "https://mcp.boikot.xyz/mcp" + } + }, + "tools": [ + { + "name": "lookup_company_information", + "description": "Lookup information about a company's ethics.", + "input_schema": { + "type": "object", + "properties": { + "company_name": { + "type": "string", + "description": "The name of the company to look up." + } + } + } + } + ], + "is_official": false +} \ No newline at end of file From f528de5ad067bec8926f3f7d5f3410f44d85a6bf Mon Sep 17 00:00:00 2001 From: Jonathan Wang Date: Wed, 13 Aug 2025 18:38:12 +0800 Subject: [PATCH 3/4] Delete mcp-registry/servers/boikot@boikot-xyz.json --- mcp-registry/servers/boikot@boikot-xyz.json | 53 --------------------- 1 file changed, 53 deletions(-) delete mode 100644 mcp-registry/servers/boikot@boikot-xyz.json diff --git a/mcp-registry/servers/boikot@boikot-xyz.json b/mcp-registry/servers/boikot@boikot-xyz.json deleted file mode 100644 index a0eb10e..0000000 --- a/mcp-registry/servers/boikot@boikot-xyz.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "display_name": "Boikot MCP Server", - "license": "GPL v3", - "tags": [ - "ethics", - "corporate ethics", - "company information", - "MCP", - "lookup tool" - ], - "examples": [ - { - "title": "", - "description": "", - "prompt": "What can you tell me about the ethics of Amazon?" - }, - { - "title": "", - "description": "", - "prompt": "Is Nestl\u00e9 considered ethical?" - }, - { - "title": "", - "description": "", - "prompt": "Look up information about Apple's corporate practices" - }, - { - "title": "", - "description": "", - "prompt": "What ethical issues are associated with Facebook?" - }, - { - "title": "", - "description": "", - "prompt": "Tell me about the ethics record of McDonald's" - } - ], - "name": "@boikot-xyz/boikot", - "repository": { - "type": "git", - "url": "https://github.com/boikot-xyz/boikot" - }, - "homepage": "https://github.com/boikot-xyz/boikot", - "author": { - "name": "boikot-xyz" - }, - "description": "boikot is a community-led initiative to make data on company ethics transparent and accessible.", - "categories": [ - "Error" - ], - "installations": {}, - "is_official": false -} \ No newline at end of file From 2fc70830df3548994c57b3b22e28cbc558ef00db Mon Sep 17 00:00:00 2001 From: Jonathan Wang Date: Wed, 13 Aug 2025 18:44:04 +0800 Subject: [PATCH 4/4] chore: fix installation --- mcp-registry/servers/boikot-mcp.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mcp-registry/servers/boikot-mcp.json b/mcp-registry/servers/boikot-mcp.json index 9ebf73b..939f521 100644 --- a/mcp-registry/servers/boikot-mcp.json +++ b/mcp-registry/servers/boikot-mcp.json @@ -46,10 +46,11 @@ }, "description": "boikot is a community-led initiative to make data on company ethics transparent and accessible.", "categories": [ - "Error" + "Analytics" ], "installations": { "http": { + "type": "http", "url": "https://mcp.boikot.xyz/mcp" } },