Agent Intelligence Platform
Discover source-backed intelligence across 20+ domains; buy answers for 0.01 USDC via x402.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"agent-intelligence-platform": {
"url": "https://agent-intelligence-platform.fhochard.workers.dev/mcp"
}
}
}Remote endpoints
https://agent-intelligence-platform.fhochard.workers.dev/mcpstreamable-httpWhat it can do
Tool inventory
Tools (4)
🟢search_intelligence(query, include_experiments)
Find AIP intelligence shelves matching a need; distinguishes live supply from demand tests.
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string"
},
"include_experiments": {
"type": "boolean"
}
},
"required": [
"query"
],
"additionalProperties": false
}🟢list_intelligence(live_only)
List all AIP shelves with access and publication status.
Input Schema
{
"type": "object",
"properties": {
"live_only": {
"type": "boolean"
}
},
"required": [],
"additionalProperties": false
}🟢describe_intelligence(shelf_id)
Get a shelf's machine-readable operations, source, payment and registry status.
Input Schema
{
"type": "object",
"properties": {
"shelf_id": {
"type": "string"
}
},
"required": [
"shelf_id"
],
"additionalProperties": false
}🟢query_intelligence(shelf_id, params)
Probe a selected shelf without signing or spending. A match returns the GET URL and 0.01 USDC x402 payment details; buy through that HTTP URL with an independently authorized x402 client. An unavailable answer is free.
Input Schema
{
"type": "object",
"properties": {
"shelf_id": {
"type": "string"
},
"params": {
"type": "object",
"additionalProperties": {
"type": [
"string",
"number",
"boolean"
]
}
}
},
"required": [
"shelf_id"
],
"additionalProperties": false
}Community
Evidence