Skip to content

Commit 2bbed06

Browse files
chore: update server info
1 parent 274d1e2 commit 2bbed06

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
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+
"Error"
50+
],
51+
"installations": {
52+
"http": {
53+
"url": "https://mcp.boikot.xyz/mcp"
54+
}
55+
},
56+
"tools": [
57+
{
58+
"name": "lookup_company_information",
59+
"description": "Lookup information about a company's ethics.",
60+
"input_schema": {
61+
"type": "object",
62+
"properties": {
63+
"company_name": {
64+
"type": "string",
65+
"description": "The name of the company to look up."
66+
}
67+
}
68+
}
69+
}
70+
],
71+
"is_official": false
72+
}

0 commit comments

Comments
 (0)