Returns a list of MCP servers registered to your chat model
/v1/mcp/servers endpoint returns a list of MCP servers registered to your Heroku Managed Inference and Agents chat model. This list includes details about each server’s status, tools, and configuration.
Authorization header with your Heroku Inference API key:
INFERENCE_KEY config variable.
registered, disconnected
primitives_status (enum): Status of the server’s tools list. Options: syncing, synced, error
tools (array): List of tools exposed by this server
Tool Object
namespace/tool_namedescription (string, optional): Plain-text description for model groundinginput_schema (object): Input schema for tool call arguments, using JSON Schemaannotations (object): Optional hints about the tool’s functionalityAnnotations fields:/v1/agents/heroku endpoint to invoke tools registered by this endpointBearer token using your INFERENCE_KEY
Successful response
registered, disconnected syncing, synced, error