LIVE ENDPOINT
https://agentery.com/api/mcp
Connect to this endpoint to inspect the live schema for rank_providers_for_workflow and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agentery]
url = "https://agentery.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentery": {
"type": "http",
"url": "https://agentery.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentery
Remote MCP URL: https://agentery.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agentery": {
"url": "https://agentery.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentery": {
"type": "http",
"url": "https://agentery.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentery",
"transport": "streamable-http",
"url": "https://agentery.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
research_capability— START HERE for provider procurement.search_providers— Targeted provider search when you already know roughly what you want; for a NEW task where the market isn't known yet, call research_capability first.find_market— Map a natural-language task, capability or service to its live MARKET — the semantic neighbourhood of the closest-matching providers, found by text-embedding nearness (NO fixed category).compare_providers— Call this to decide between shortlisted providers.get_price_index— Call this for the CURRENT level of the Agent Economy Price Index (AEPI) — a chained like-for-like index over observed provider/MCP pricing (base 100 = 29 Jun 2026).price_benchmark— Fair-price benchmarks for a capability described in natural language.get_price_index_history— Call this for the canonical DATED index SERIES (to chart or analyse movement) of the AEPI — the same chained like-for-like series the /aepi page plots.market_gaps— Find where real demand is going unmet — computed demand-first in the raw text-embedding space (NO fixed categories).