Andru Docs
OverviewQuickstart
OverviewTools (15)Resources (3)
Chrome Extension
For AI Agents
llms.txtllms-full.txtOpenAPI Spec

MCP Resources

3 resources providing read access to your ICP data, pipeline runs, and account plans.

andru://icp/profile

Canonical Pure Signal ICP with all 5 intelligence layers, 7 critical buyer questions, and anti-patterns.

curl
curl -X POST https://platform.andru-ai.com/api/mcp/resources/read \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{"uri": "andru://icp/profile"}'
andru://pipeline/runs

GTM pipeline runs with stage outputs — ICP generation, Lead Gen strategy, Account Plans, and Investor Deck.

curl
curl -X POST https://platform.andru-ai.com/api/mcp/resources/read \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{"uri": "andru://pipeline/runs"}'
andru://accounts

Account plans with company summaries, tiers, pipeline values, and stakeholder maps.

curl
curl -X POST https://platform.andru-ai.com/api/mcp/resources/read \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{"uri": "andru://accounts"}'