{"name":"bundle-backend-mcp","description":"Standalone xmcp Express bridge for Bundle backend APIs, with agent skills for MCP and direct HTTP usage.","endpoints":{"mcp":"/mcp","health":"/health","defaultSkill":"/skill.md","directApiSkill":"/api-skill.md","agentSkillsIndex":"/.well-known/agent-skills/index.json"},"examples":[{"title":"Check service health","method":"GET","url":"/health"},{"title":"Connect an MCP client","method":"GET or POST","url":"/mcp"},{"title":"Fetch the default Bundle MCP skill","method":"GET","url":"/skill.md"},{"title":"Fetch the direct Bundle API skill","method":"GET","url":"/api-skill.md"},{"title":"Discover all published agent skills","method":"GET","url":"/.well-known/agent-skills/index.json"}],"skills":[{"name":"bundle-mcp","description":"Call Bundle APIs through MCP by capability, search text, or route path.","url":"/.well-known/agent-skills/bundle-mcp/SKILL.md","default":true},{"name":"bundle-api-direct","description":"Call Bundle backend HTTP endpoints directly without MCP.","url":"/.well-known/agent-skills/bundle-api-direct/SKILL.md","default":false}]}