autonitia-intel-mcp
v0.1.0
Published
MCP server for the Autonitia Intel API — let Claude, Cursor or any MCP-capable agent source, qualify and brief B2B prospects (qualify-first prospecting).
Maintainers
Readme
Autonitia Intel — MCP Server
Give Claude, Cursor, or any MCP-capable agent direct access to Autonitia Intel: qualify-first prospecting. Your agent can source companies, read their live websites, score what they're missing, and write the outreach angle — hands-free.
Tools
| Tool | What it does | Credits |
|---|---|---|
| find_prospects | Companies (with websites) by industry + location | 1 / 20 results |
| analyse_website | Opportunity score 0–100 + missing capabilities + basic signals | 1 |
| pro_analysis | Verified signals, 5 scores, offer matching, outreach angle | 2 |
| business_brief | Full business-intelligence brief + industry benchmark | 4 |
| enrich_company | Founders, HQ, funding, socials by company name | 2 |
Setup
Get an API key at autonitia.ai/intel, then add to
your MCP client config (e.g. Claude Desktop's claude_desktop_config.json):
{
"mcpServers": {
"autonitia-intel": {
"command": "npx",
"args": ["-y", "autonitia-intel-mcp"],
"env": { "AUTONITIA_API_KEY": "ak_live_..." }
}
}
}Then ask your agent things like:
"Find 20 dental clinics in Manchester, qualify them, and give me the top 5 missing online booking — with an opening line for each."
Publishing (maintainers)
cd mcp-server
npm install
npm publish --access public