INDIVIDUAL MCP TOOL
get_badge_svg_api_badges__agent_id__svg_get
Get Badge Svg Return an SVG badge for an agent listing.
LIVE ENDPOINT
https://api.agentry.com/mcp
Connect to this endpoint to inspect the live schema for get_badge_svg_api_badges__agent_id__svg_get 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.agentry-mcp]
url = "https://api.agentry.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentry-mcp": {
"type": "http",
"url": "https://api.agentry.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentry-mcp
Remote MCP URL: https://api.agentry.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": {
"agentry-mcp": {
"url": "https://api.agentry.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentry-mcp": {
"type": "http",
"url": "https://api.agentry.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentry-mcp",
"transport": "streamable-http",
"url": "https://api.agentry.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
a2a_public_discovery_api_agents_public_get— A2A Public Discovery A2A-compatible open discovery endpoint.a2a_public_agent_card_api_agents_public__agent_id__get— A2A Public Agent Card Return a single agent's A2A card by ID.list_agents_api_agents_get— List Agents List AI agents in the Agentry directory with optional filtering and pagination.search_agents_api_agents_search_get— Search Agents Search the Agentry AI agent directory by keyword.list_categories_api_agents_categories_get— List Categories List all agent categories with counts.get_agent_api_agents__agent_id__get— Get Agent Get full details for a specific AI agent by ID.register_agent_api_agents_register_post— Register Agent Register a new AI agent in the Agentry directory.submit_intake_api_broker_intake_post— Submit Intake Submit a broker intake request to find the right AI agent for your needs.