AgentGateway · Schema
MCPTarget
Configuration for an MCP server target in AgentGateway, defining a connected MCP tool provider.
AI GatewayAPI GatewayMCPLLMAgent-to-AgentOpen-SourceCNCFObservabilitySecurity
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Unique name for this MCP target. |
| type | string | The connection type for this MCP target. |
| url | string | URL of the MCP server endpoint. |
| authentication | object | Authentication configuration for connecting to this MCP server. |
| tools | array | List of tool names exposed by this MCP target (empty means all tools are available). |
| allowedClients | array | List of client identifiers permitted to use this MCP target. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/agentgateway/refs/heads/main/json-schema/agentgateway-mcp-target-schema.json",
"title": "MCPTarget",
"description": "Configuration for an MCP server target in AgentGateway, defining a connected MCP tool provider.",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Unique name for this MCP target.",
"example": "filesystem-tools"
},
"type": {
"type": "string",
"description": "The connection type for this MCP target.",
"enum": ["sse", "stdio", "http"],
"example": "http"
},
"url": {
"type": "string",
"format": "uri",
"description": "URL of the MCP server endpoint.",
"example": "http://localhost:3001/mcp"
},
"authentication": {
"type": "object",
"description": "Authentication configuration for connecting to this MCP server.",
"properties": {
"type": {
"type": "string",
"enum": ["bearer", "apikey", "none"],
"example": "bearer"
},
"tokenRef": {
"type": "string",
"description": "Reference to the secret containing the authentication token.",
"example": "mcp-server-token"
}
}
},
"tools": {
"type": "array",
"description": "List of tool names exposed by this MCP target (empty means all tools are available).",
"items": {
"type": "string"
},
"example": ["read_file", "write_file", "list_directory"]
},
"allowedClients": {
"type": "array",
"description": "List of client identifiers permitted to use this MCP target.",
"items": {
"type": "string"
}
}
},
"required": ["name", "type"]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/agentgateway-mcp-target"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.