MCP Resources
3 resources providing read access to your ICP data, pipeline runs, and account plans.
andru://icp/profileCanonical 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/runsGTM 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://accountsAccount 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"}'