{"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","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":"Discover all published agent skills","method":"GET","url":"/.well-known/agent-skills/index.json"}],"skills":[{"name":"bundle-mcp","description":"Use the deployed MCP bridge to inspect and call the configured Bundle API through xmcp tools.","url":"/.well-known/agent-skills/bundle-mcp/SKILL.md","default":true},{"name":"bundle-api-direct","description":"Call Bundle backend HTTP endpoints directly with curl, scripts, or HTTP clients without going through MCP.","url":"/.well-known/agent-skills/bundle-api-direct/SKILL.md","default":false}]}