Echoloc
БесплатноНе проверенCompany technographics: search 760,000+ companies by the technologies they use — with direction of change (adopting / replacing / evaluating) — enrich any domai
Описание
Company technographics: search 760,000+ companies by the technologies they use — with direction of change (adopting / replacing / evaluating) — enrich any domain with firmographics and hiring signals, and browse a 10,000+ technology catalog. Remote server at https://api.echoloc.ai/mcp (Streamable HTTP); free API key: 100 requests/month, no card. Docs: https://echoloc.ai/for-agents
README
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-technographics
- Auth:
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 |
|---|---|
search_companies_by_technologies |
Find companies using given technologies (match any/all), ranked by usage. Case-insensitive, 10,000+ technologies tracked. |
get_company_by_domain |
Resolve a domain (e.g. walgreens.com) to a full profile: firmographics, hiring stats, tech stack with adoption context. |
list_technologies |
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.
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-mcp
Raw 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): [email protected] — we reply within one business day.
Установка Echoloc
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/echoloc-ai/echoloc-mcpFAQ
Echoloc MCP бесплатный?
Да, Echoloc MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Echoloc?
Нет, Echoloc работает без API-ключей и переменных окружения.
Echoloc — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Echoloc в Claude Desktop, Claude Code или Cursor?
Открой Echoloc на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Notion
Read and write pages in your workspace
автор: NotionLinear
Issues, cycles, triage — from Claude
автор: LinearGoogle Drive
Search and read your Drive files
автор: Googlemindsdb/mindsdb
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
автор: mindsdbfulcradynamics/fulcra-context-mcp
MCP server for accessing personal health and biometric data including sleep stages, heart rate, HRV, glucose, workouts, calendar, and location via the Fulcra Li
автор: fulcradynamicsaymericzip/intlayer
A MCP Server that enhance your IDE with AI-powered assistance for Intlayer i18n / CMS tool: smart CLI access, access to the docs.
автор: aymericziprinadelph/Agent-MCP
A framework for creating multi-agent systems using MCP for coordinated AI collaboration, featuring task management, shared context, and RAG capabilities.
автор: rinadelphWhenLabs-org/when
Developer toolkit: auto-detect stack for AI context files, catch port conflicts, validate .env schemas, spot docs drift, audit dependency licenses, and time cod
автор: WhenLabs-orgBeltran12138/wecom-docs-mcp-server
WeCom (Enterprise WeChat) document operations via MCP: create, read, and edit Docs and Smartsheets (9 tools). Fills the doc-CRUD gap — existing WeCom MCP server
автор: Beltran12138madbonez/caldav-mcp
Universal MCP server for CalDAV protocol integration. Works with any CalDAV-compatible calendar server including Yandex Calendar, Google Calendar (via CalDAV),
автор: madbonezCompare Echoloc with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории productivity
