Skip to content

Commit bd00621

Browse files
chore: Add Boikot MCP Server (#232)
* Update repo with server manifest from issue #230 * chore: update server info * Delete mcp-registry/servers/[email protected] * chore: fix installation --------- Co-authored-by: GitHub Action <[email protected]>
1 parent fd3f417 commit bd00621

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

mcp-registry/servers/boikot-mcp.json

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
{
2+
"display_name": "Boikot MCP Server",
3+
"license": "GPL v3",
4+
"tags": [
5+
"ethics",
6+
"corporate ethics",
7+
"company information",
8+
"MCP",
9+
"lookup tool"
10+
],
11+
"examples": [
12+
{
13+
"title": "",
14+
"description": "",
15+
"prompt": "What can you tell me about the ethics of Amazon?"
16+
},
17+
{
18+
"title": "",
19+
"description": "",
20+
"prompt": "Is Nestl\u00e9 considered ethical?"
21+
},
22+
{
23+
"title": "",
24+
"description": "",
25+
"prompt": "Look up information about Apple's corporate practices"
26+
},
27+
{
28+
"title": "",
29+
"description": "",
30+
"prompt": "What ethical issues are associated with Facebook?"
31+
},
32+
{
33+
"title": "",
34+
"description": "",
35+
"prompt": "Tell me about the ethics record of McDonald's"
36+
}
37+
],
38+
"name": "boikot-mcp",
39+
"repository": {
40+
"type": "git",
41+
"url": "https://github.com/boikot-xyz/boikot"
42+
},
43+
"homepage": "https://github.com/boikot-xyz/boikot",
44+
"author": {
45+
"name": "boikot-xyz"
46+
},
47+
"description": "boikot is a community-led initiative to make data on company ethics transparent and accessible.",
48+
"categories": [
49+
"Analytics"
50+
],
51+
"installations": {
52+
"http": {
53+
"type": "http",
54+
"url": "https://mcp.boikot.xyz/mcp"
55+
}
56+
},
57+
"tools": [
58+
{
59+
"name": "lookup_company_information",
60+
"description": "Lookup information about a company's ethics.",
61+
"input_schema": {
62+
"type": "object",
63+
"properties": {
64+
"company_name": {
65+
"type": "string",
66+
"description": "The name of the company to look up."
67+
}
68+
}
69+
}
70+
}
71+
],
72+
"is_official": false
73+
}

0 commit comments

Comments
 (0)