echoloc
Officialecholoc MCP server — company technographics for AI agents
Remote Model Context Protocol server for the echoloc company-intelligence dataset: search 760,000+ companies by the technologies they use — with direction of change (what each company is adopting, replacing, and evaluating), hiring signals, and firmographics. Signals are extracted from millions of public job posts, so the data covers backend, data, cloud, and AI tooling that never appears in website source.
Endpoint:
https://api.echoloc.ai/mcp(Streamable HTTP, stateless)Registry name:
ai.echoloc/company-technographicsAuth:
X-API-Keyheader (also acceptsAuthorization: Bearer)Free key: 100 requests/month, instant — sign up and copy it from echoloc.ai/app/api
Tools
Tool | What it does |
| Find companies using given technologies (match |
| Resolve a domain (e.g. |
| The full technology catalog with per-technology company counts. |
All tools are read-only (readOnlyHint: true). Discovery (initialize,
tools/list) requires no key; tool calls consume 1 credit each.
Related MCP server: Pubrio
Quick start
Claude Code
claude mcp add --transport http echoloc https://api.echoloc.ai/mcp \
--header "X-API-Key: YOUR_API_KEY"Cursor / any MCP client
{
"mcpServers": {
"echoloc": {
"url": "https://api.echoloc.ai/mcp",
"headers": { "X-API-Key": "YOUR_API_KEY" }
}
}
}Then ask things like:
Which financial-services companies are adopting Snowflake right now?
Pull the tech stack and hiring signals for walgreens.com.
Which companies are actively replacing VMware?
stdio bridge (Claude Desktop, local runners)
For stdio-only MCP clients this repo ships a dependency-free bridge
(mcp_stdio_bridge.py) that forwards JSON-RPC to the
hosted server:
{
"mcpServers": {
"echoloc": {
"command": "python3",
"args": ["/path/to/mcp_stdio_bridge.py"],
"env": { "ECHOLOC_API_KEY": "YOUR_API_KEY" }
}
}
}Or via Docker:
docker build -t echoloc-mcp .
docker run -i --rm -e ECHOLOC_API_KEY=YOUR_API_KEY echoloc-mcpRaw JSON-RPC example
curl https://api.echoloc.ai/mcp \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_companies_by_technologies","arguments":{"technologies":["Snowflake"],"match":"any","page_size":10}}}'What makes the data different
Most technographics are scraped from website source and can only see frontend tools. echoloc reads what companies say in their own hiring:
Direction of change —
tech_adopting,tech_replacing,tech_evaluatingarrays on every profile, not just a static "uses X" flag.Hiring context — active jobs, hiring velocity, departments, leadership hires.
Depth — 360,000+ companies with detected stacks across 10,000+ technologies, refreshed daily.
Links
Agent fast lane: echoloc.ai/for-agents
REST API docs: echoloc.ai/developers · OpenAPI spec
LLM-readable summary: llms.txt · llms-full.txt
Methodology: echoloc.ai/methodology
Research built on this dataset: echoloc.ai/research
Support
Questions, production keys (higher limits, bulk feeds, licensing): hello@echoloc.ai — we reply within one business day.
Maintenance
Related MCP Servers
- AlicenseAqualityDmaintenanceCollection of B2B sales intelligence MCP servers. Includes website analysis, tech stack detection, hiring signals, review aggregation, ad tracking, social profiles, financial reporting and more for AI-powered prospectingLast updated12MIT
- AlicenseAqualityBmaintenanceMCP server for Pubrio — the glocalized business data layer for AI agents. 50 tools to search companies, people, jobs, news & ads, enrich records, reveal contacts, manage signal monitors, and access reference data from around the globe.Last updated5146MIT
- Alicense-qualityAmaintenanceHosted HTTP MCP server for B2B SaaS GTM stack research. 8 read-only tools wrapping stackswap.ai: search ~400 GTM tools, find curated overlaps (104 hand-verified pairs), suggest AI-native swaps (Outreach → Smartlead, ZoomInfo → Apollo), compare vendors head-to-head, run preview spend audits, get full tool profiles, get partner recommendations with implementation hours, and pull recommended starterLast updatedMIT
- Alicense-qualityBmaintenanceDomain -> company intelligence for AI agents. Look up company name, country, contacts, and social profiles from any MCP-compatible client.Last updated5MIT
Related MCP Connectors
Domain & company intel for AI agents: RDAP, DNS, email deliverability, tech stack. No API keys.
Remote MCP server to enrich company profiles with structured B2B data and confidence scores.
Domain & brand intelligence: company enrichment, tech stack detection, brand research.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/echoloc-ai/echoloc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server