{
  "schema_version": "2025-06-18",
  "name": "iAgentSim",
  "description": "iAgentSim MCP server \u2014 access iAgentSim capabilities from MCP-enabled AI agents",
  "version": "v1",
  "server": {
    "url": "https://mcp.iagentsim.com/",
    "transport": "streamable-http",
    "auth": {
      "type": "x402",
      "x402Version": "v2",
      "fallback": "api-key"
    }
  },
  "tools": [
    {
      "name": "iagentsim_query",
      "description": "Primary query interface for iAgentSim",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "Natural language or structured query"
          }
        },
        "required": [
          "query"
        ]
      }
    }
  ],
  "resources": [
    {
      "uri": "https://iagentsim.com/.well-known/agent-card.json",
      "name": "agent-card",
      "description": "ERC-8004 agent card for iAgentSim",
      "mimeType": "application/json"
    }
  ]
}
