Skip to content

Commit ddaf9c3

Browse files
committed
Add CompanyScope MCP server
1 parent 6b3bc6f commit ddaf9c3

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "io.github.stewyboy1990-companyscope-mcp-npx",
4+
"name": "CompanyScope (npx)",
5+
"alias": "companyscope",
6+
"description": "Company intelligence aggregator — 11 tools, 12 data sources. Get full company profiles, tech stacks, funding, people, competitors, patents, news, domain intel, job postings, and social presence in a single tool call.",
7+
"icon": "🏢",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"search"
11+
],
12+
"tags": [
13+
"company-intelligence",
14+
"lead-enrichment",
15+
"sales-prospecting",
16+
"company-research",
17+
"business-intelligence",
18+
"web-scraping"
19+
],
20+
"transport": {
21+
"type": "stdio",
22+
"command": "npx",
23+
"args": [
24+
"-y",
25+
"companyscope-mcp"
26+
]
27+
},
28+
"auth": {
29+
"type": "none",
30+
"instructions": "No API keys required for basic usage. Optional: set BRAVE_API_KEY for enhanced search results."
31+
},
32+
"contributor": {
33+
"name": "Stewyboy1990",
34+
"github": "Stewyboy1990",
35+
"url": "https://github.com/Stewyboy1990/companyscope-mcp"
36+
},
37+
"links": {
38+
"repository": "https://github.com/Stewyboy1990/companyscope-mcp",
39+
"homepage": "https://stewyboy1990.github.io/companyscope-mcp/",
40+
"documentation": "https://github.com/Stewyboy1990/companyscope-mcp#readme"
41+
},
42+
"platforms": [
43+
"all"
44+
],
45+
"capabilities": {
46+
"tools": true,
47+
"resources": false,
48+
"prompts": false,
49+
"read_only_mode": true
50+
}
51+
}

0 commit comments

Comments
 (0)