CompanyScope
Retrieves programming languages, top repositories, and organization information from GitHub to enrich company tech stack profiles and developer activity data.
Fetches company summaries, founding years, headquarters locations, employee counts, industry classifications, revenue figures, founders, and CEO information.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CompanyScopelook up anthropic.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CompanyScope MCP Server
Company intelligence in one tool call. Get comprehensive company profiles, tech stacks, key people, news, and corporate data from any domain or company name.
Live endpoint: https://companyscope-mcp.stewwilli.workers.dev/mcp
Tools
Tool | Description |
| Full company profile — founding info, description, tech stack, key people, news, corporate data, financials |
| Detect frameworks, languages, hosting, and analytics a company uses |
| Find founders, executives, and team members with titles |
| Recent news articles about a company |
| Corporate registry data — incorporation, jurisdiction, officers (140+ countries) |
| SEC EDGAR financial data — revenue, net income, assets, liabilities, stock tickers, recent filings |
Quick Start
Use the hosted server (recommended)
Connect directly to the remote MCP endpoint — no installation required:
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"companyscope": {
"command": "npx",
"args": [
"mcp-remote",
"https://companyscope-mcp.stewwilli.workers.dev/mcp"
]
}
}
}Claude Code:
claude mcp add companyscope --transport http https://companyscope-mcp.stewwilli.workers.dev/mcpCursor / any MCP client:
Endpoint: https://companyscope-mcp.stewwilli.workers.dev/mcp
Transport: Streamable HTTPSelf-host on Cloudflare Workers
git clone https://github.com/Stewyboy1990/companyscope-mcp.git
cd companyscope-mcp
npm install
# Create KV namespace
wrangler kv namespace create CACHE
# Update wrangler.toml with your KV namespace ID
npm run deployData Sources
All data is aggregated from 8 free public sources — no paid API keys required for core functionality:
Source | Data Provided |
Website scraping | Company name, description, tech stack, social links |
GitHub API | Programming languages, top repos, org info |
Wikipedia | Company summary, founding year, HQ, employees, industry, revenue, founders, CEO |
SEC EDGAR | Revenue, net income, total assets, liabilities, equity, stock tickers, SEC filings |
RDAP | Domain registrar, registration date, nameservers, domain age |
OpenCorporates | Incorporation date, jurisdiction, registered officers (140+ countries) |
Hunter.io (optional) | Email patterns, key contacts |
NewsAPI (optional) | Recent news articles |
Example Output
> lookup_company("anthropic.com")Returns a structured profile with:
Company name, description, industry
Founded date, headquarters, employee count
Tech stack (from website + GitHub)
Key people (from corporate registry, website, Wikipedia)
Recent news
Social profiles
Confidence score (0-1 based on data sources that returned data)
Rate Limits
Tier | Calls/Day | Price |
Free | 25 | $0 |
Pro | Unlimited | Coming soon |
Architecture
Runtime: Cloudflare Workers (edge, ~50ms cold start)
Transport: MCP Streamable HTTP (stateless)
Caching: Cloudflare KV (24hr TTL)
Auth: Rate limiting by IP or API key
Development
npm run dev # Local dev server
npm run deploy # Deploy to CloudflareLicense
MIT
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Stewyboy1990/companyscope-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server