# companyscope-mcp

Company intelligence MCP server. 11 tools aggregating 12 free data sources (Wikipedia, GitHub, SEC EDGAR, OpenCorporates, USPTO patents, Brave Search, RDAP, DNS, web scraping). Full company profile i…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add stewyboy1990/companyscope-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list stewyboy1990/companyscope-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get stewyboy1990/companyscope-mcp lookup_company

# Call a tool
npx -y @smithery/cli@latest tool call stewyboy1990/companyscope-mcp lookup_company '{}'
```

## Direct MCP Connection

Endpoint: `https://companyscope-mcp--stewyboy1990.run.tools`

## Tools (11)

- `lookup_company` — Get a comprehensive company profile by aggregating data from 12 sources in parallel: Wikipedia, GitHub, SEC EDGAR, Open…
- `get_tech_stack` — Detect a company's technology stack by analyzing HTTP headers, DNS records, and GitHub repositories. Returns frameworks…
- `get_key_people` — Find key people at a company including founders, C-suite executives, and team members. Scrapes the company's website (e…
- `get_company_news` — Get recent news articles about a company from NewsAPI. Returns article titles, descriptions, sources, and publication d…
- `get_corporate_registry` — Look up corporate registry data from OpenCorporates — incorporation date, status, jurisdiction, registered address, and…
- `get_financials` — Get financial data for US public companies from SEC EDGAR filings. Returns revenue, net income, total assets, total lia…
- `get_competitors` — Find competitors and alternatives for a company using web search. Returns a list of competing companies with names, URL…
- `get_patents` — Search US patents assigned to a company via the USPTO PatentsView API. Returns patent numbers, titles, dates, abstracts…
- `get_domain_intel` — Full domain analysis: DNS records (A, AAAA, MX, NS, TXT, CNAME), WHOIS/RDAP registration data, inferred hosting provide…
- `get_job_postings` — Discover open job positions at a company by scraping their careers/jobs pages. Returns job titles, departments, locatio…
- `get_social_presence` — Map a company's social media presence across 12 platforms (LinkedIn, Twitter/X, Facebook, Instagram, YouTube, TikTok, R…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get stewyboy1990/companyscope-mcp <tool-name>
```
