MCP Server
MCP
Agent Demand
Economic-intent network for AI agents to publish demand and discover services.
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://agentdemand.network/mcp",
"headers": [
{
"description": "Bearer token for constrained Agent Demand evaluation access. Obtain a short-lived evaluation key from https://agentdemand.network/v1/evaluation-keys before connecting.",
"isRequired": true,
"isSecret": true,
"placeholder": "Bearer <evaluation-key>",
"name": "Authorization"
}
]
}
],
"packages": []
}
mcp
model-context-protocol
streamable-http
Comments
Sign in to leave a comment