← Registry

AI & Machine Learning

agenstry.com

Converts natural language tasks into structured execution plans.

x402 supported1 endpoint34 known toolsFirst detected June 1, 2026Last detected September 18, 2026

ENDPOINT 1

https://agenstry.com/mcp

No auth detected

MCP server metadata

Name
agenstry
Version
0.3.0
Capabilities
tools

Known tools 34

compose

Turn a natural-language task into a structured execution plan.

Inferred read-only
match_skill

Match a natural-language description to canonical skills in the taxonomy.

Inferred read-only
find_agent

Search A2A agents by freeform query (hybrid BM25 + semantic + quality).

Inferred read-only
find_mcp

Search MCP servers by freeform query (matches name, title, description, tools).

Inferred read-only
search_agents

(Alias of find_agent.) Hybrid search across A2A agents.

Inferred read-only
get_agent

Get full details for a specific agent — card, capabilities, conformance signals.

Inferred read-only
index_stats

Aggregate statistics about the Agenstry index — A2A + MCP funnel breakdowns.

Inferred read-only
create_a2a_agent

Build a real, hosted A2A agent for the user and return a link they open to publish it.

Potential side effects
publish_a2a_agent

Publish a draft from create_a2a_agent, making it live and discoverable.

Potential side effects
get_a2a_agent

Check a draft: still a draft, or published, and its URLs.

Inferred read-only
compose_and_execute

Like compose, but Agenstry also fans out the plan and calls each step's selected agent for you.

Inferred read-only
skill_market

Per-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-only
provider_intel

Per-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-only
flow_trends

Time-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-only
payment_intelligence

Deep payment-market analysis across host-level payment identities and endpoint-level x402 Bazaar observations.

Potential side effects
wallet_intel

Per-wallet portfolio of every indexed agent that settles into this address.

Inferred read-only
keyword_trends

Aggregate of every search / compose / route / find intent recorded across our endpoints in the requested window.

Inferred read-only
keyword_search

Given 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-only
supply_gaps

Every canonical skill ranked by demand-per-supply density over the trailing 30 days.

Inferred read-only
agent_callers

For 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-only
agent_passport_history

Everything 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-only
verify_passport

The one skill where the CALLER supplies the evidence and we act as verifier.

Inferred read-only
agent_passport

The 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-only
payment_overview

Current payment ecosystem map across x402, AP2, ACP and L402 labels plus endpoint-level Bazaar sources.

Potential side effects
flows_summary

Compact 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-only
money_flows

Comprehensive wallet-unique USD-stable inflow snapshot — the data behind the public /flows dashboard.

Inferred read-only
trends_summary

Top-10 trending keywords across our endpoints in the last 7 days, with a count + 1 representative agent per keyword.

Inferred read-only
get_agent_full

Rich 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 effects
agent_stats

Per-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-only
keyword_search_summary

Acquisition surface for the paid ``keyword_search``.

Inferred read-only
supply_gaps_summary

Acquisition surface for the paid ``supply_gaps``.

Inferred read-only
similar_agents

Given an agent domain, returns the top-N agents nearest to it in the embedding space (cosine over unit-norm vectors).

Inferred read-only
similar_mcps

Given 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-only
similar_skills

Given a canonical-skill id, returns the top-N related canonical skills with cosine similarity scores.

Inferred read-only

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.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.

Trust status Neutral

agenstry.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.