-
Notifications
You must be signed in to change notification settings - Fork 117
Expand file tree
/
Copy pathboikot-mcp.json
More file actions
73 lines (73 loc) · 1.64 KB
/
Copy pathboikot-mcp.json
File metadata and controls
73 lines (73 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"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": [
"Analytics"
],
"installations": {
"http": {
"type": "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
}