← agenstry.com
INDIVIDUAL MCP TOOL
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.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent endpoint
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-com]
url = "https://agenstry.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agenstry-com": {
"type": "http",
"url": "https://agenstry.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agenstry-com
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-com": {
"url": "https://agenstry.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agenstry-com": {
"type": "http",
"url": "https://agenstry.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agenstry-com",
"transport": "streamable-http",
"url": "https://agenstry.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
compose— Turn a natural-language task into a structured execution plan.match_skill— Match a natural-language description to canonical skills in the taxonomy.find_agent— Search A2A agents by freeform query (hybrid BM25 + semantic + quality).find_mcp— Search MCP servers by freeform query (matches name, title, description, tools).search_agents— (Alias of find_agent.) Hybrid search across A2A agents.get_agent— Get full details for a specific agent — card, capabilities, conformance signals.index_stats— Aggregate statistics about the Agenstry index — A2A + MCP funnel breakdowns.compose_and_execute— Like compose, but Agenstry also fans out the plan and calls each step's selected agent for you.