AI & Machine Learning
agenstry.com
Converts natural language tasks into structured execution plans.
ENDPOINT 1
https://agenstry.com/mcp
MCP server metadata
- Name
- agenstry
- Version
- 0.3.0
Known tools 34
match_skillMatch a natural-language description to canonical skills in the taxonomy.
Inferred read-onlyfind_mcpSearch MCP servers by freeform query (matches name, title, description, tools).
Inferred read-onlyget_agentGet full details for a specific agent — card, capabilities, conformance signals.
Inferred read-onlyindex_statsAggregate statistics about the Agenstry index — A2A + MCP funnel breakdowns.
Inferred read-onlycreate_a2a_agentBuild a real, hosted A2A agent for the user and return a link they open to publish it.
Potential side effectspublish_a2a_agentPublish a draft from create_a2a_agent, making it live and discoverable.
Potential side effectscompose_and_executeLike compose, but Agenstry also fans out the plan and calls each step's selected agent for you.
Inferred read-onlyskill_marketPer-canonical-skill market shape: number of agents serving it, price distribution (min/median/max), quality distribution, growth 30d, top providers ranked by quality.
Inferred read-onlyprovider_intelPer-provider portfolio + composite trust signal: every agent under one LEI / provider_org, avg quality, verified-card count, signed-card count, jurisdictional metadata, aggregate on-chain revenue across the portfolio.
Inferred read-onlyflow_trendsTime-series of the agent-economy revenue stream: daily gross + tx + earning-agent count for the requested window (7-180d), weekly cohort table by first-seen date, and per-protocol split (x402 vs ap2 vs stripe_acp vs l402).
Inferred read-onlypayment_intelligenceDeep payment-market analysis across host-level payment identities and endpoint-level x402 Bazaar observations.
Potential side effectswallet_intelPer-wallet portfolio of every indexed agent that settles into this address.
Inferred read-onlykeyword_trendsAggregate of every search / compose / route / find intent recorded across our endpoints in the requested window.
Inferred read-onlykeyword_searchGiven a freeform query, returns: (1) every canonical skill it maps to with confidence + active-supply counts, (2) the top-10 agents currently surfacing (BM25 + semantic + quality blend), (3) exact 30-day search volume on our endpoints (exact + prefix), (4) avg + top quality among the ranked agents, (5) an ``opportunity_signal`` (high_volume_low_quality vs covered).
Inferred read-onlysupply_gapsEvery canonical skill ranked by demand-per-supply density over the trailing 30 days.
Inferred read-onlyagent_callersFor one agent domain, return the full 30-day caller-attribution breakdown captured by our universal call log: which AI hosts called it (Claude Desktop / Cursor / OpenAI Responses / ChatGPT / n8n / curl / browser), which A2A peer agents called it, caller geography (ISO-2 country), surface mix (a2a / mcp / rest / web / managed_runtime), and the top search intents that surfaced it.
Inferred read-onlyagent_passport_historyEverything the free `agent_passport` returns, plus the `history` block: the complete business-identity verification timeline (every event, reason, and status transition), the full card-drift ledger (every observed card hash with its capture timestamp), and a per-day availability series with uptime percentage and average latency over 90 days.
Inferred read-onlyverify_passportThe one skill where the CALLER supplies the evidence and we act as verifier.
Inferred read-onlyagent_passportThe Agent Trust Passport: one portable JSON document bundling every trust signal Agenstry measures for an agent, each with explicit provenance (which system observed it, how, and when).
Inferred read-onlypayment_overviewCurrent payment ecosystem map across x402, AP2, ACP and L402 labels plus endpoint-level Bazaar sources.
Potential side effectsflows_summaryCompact top-line numbers for the agent-economy money flow: total gross USDC across all indexed agents (30d), tx count, count of earning agents, and a 3-name teaser of the leaderboard.
Inferred read-onlymoney_flowsComprehensive wallet-unique USD-stable inflow snapshot — the data behind the public /flows dashboard.
Inferred read-onlytrends_summaryTop-10 trending keywords across our endpoints in the last 7 days, with a count + 1 representative agent per keyword.
Inferred read-onlyget_agent_fullRich detail snapshot for one agent: card, drift history (last 20 hashes), full verification timeline, current LEI status, capability vector, on-chain payment metadata.
Potential side effectsagent_statsPer-agent observability: uptime over the last 30 days, p50/p95 response time, on-chain x402 USDC revenue across 7/30/90 day windows, drift snapshot count, verification timeline.
Inferred read-onlysimilar_agentsGiven an agent domain, returns the top-N agents nearest to it in the embedding space (cosine over unit-norm vectors).
Inferred read-onlysimilar_mcpsGiven an MCP qualified name, returns the top-N MCP servers nearest to it in the embedding space, with a `via` flag so the caller can tell whether the result came from vec0 cosine or the token-overlap fallback.
Inferred read-onlysimilar_skillsGiven a canonical-skill id, returns the top-N related canonical skills with cosine similarity scores.
Inferred read-onlyCONNECT 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.agenstry]
url = "https://agenstry.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agenstry": {
"type": "http",
"url": "https://agenstry.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agenstry
Remote MCP URL: https://agenstry.com/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": {
"agenstry": {
"url": "https://agenstry.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agenstry": {
"type": "http",
"url": "https://agenstry.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agenstry",
"transport": "streamable-http",
"url": "https://agenstry.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agenstry.com was fetched 2026-07-26T07:40:21.012Z and is being refreshed.
agenstry.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.