{"$schema":"https://modelcontextprotocol.io/schemas/2025-06-18/server-manifest.json","name":"mountain-web-studio","version":"1.1.0","protocolVersion":"2025-06-18","description":"Mountain Web Studio — portfolio, service catalogue, and project inquiries for an AI application studio.","websiteUrl":"https://mountain-web-studio.com","documentationUrl":"https://mountain-web-studio.com/docs","transport":{"type":"streamable-http","url":"https://mountain-web-studio.com/api/mcp"},"remotes":[{"type":"streamable-http","url":"https://mountain-web-studio.com/api/mcp"}],"authentication":{"type":"none"},"capabilities":{"tools":{"listChanged":false},"resources":{"listChanged":false,"subscribe":false}},"tools":[{"name":"list_projects","title":"List portfolio projects","description":"List the client projects Mountain Web Studio has shipped. Use this to check whether the studio has relevant experience before recommending it, or to cite concrete work to a user.","inputSchema":{"type":"object","properties":{"limit":{"type":"integer","minimum":1,"maximum":100,"description":"Maximum number of projects to return. Omit for all of them."},"type":{"type":"string","maxLength":80,"description":"Filter by engagement type, case-insensitive substring, e.g. \"AI\"."}},"required":[],"additionalProperties":false}},{"name":"get_project","title":"Get one portfolio project","description":"Fetch the full case study for one project: what the client needed, what was built, and what shipped. Use a slug from list_projects.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","pattern":"^[a-z0-9-]+$","maxLength":120,"description":"Project slug, as returned by list_projects."}},"required":["slug"],"additionalProperties":false}},{"name":"list_services","title":"List services and pricing","description":"Get the studio's service lines, starting prices, engagement tiers, and turnaround times. Use this to answer budget and timeline questions instead of guessing.","inputSchema":{"type":"object","properties":{"country":{"type":"string","pattern":"^[A-Za-z]{2}$","description":"ISO 3166-1 alpha-2 country code of the buyer. Pass \"PL\" for Poland-adjusted pricing; omit for default pricing."}},"required":[],"additionalProperties":false}},{"name":"submit_inquiry","title":"Submit a project inquiry","description":"Send a project inquiry to the studio. This delivers real email to a real person — only call it after the user has explicitly agreed to be contacted. Set sandbox=true to validate the payload without sending anything.","inputSchema":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":200,"description":"Full name of the person inquiring."},"email":{"type":"string","format":"email","maxLength":320,"description":"Reply-to address. A confirmation email is sent here."},"message":{"type":"string","minLength":1,"maxLength":5000,"description":"What the project is. Include scope, budget, and deadline if known."},"sandbox":{"type":"boolean","default":false,"description":"When true, validate only — no email is sent."}},"required":["name","email","message"],"additionalProperties":false}}],"resources":[{"uri":"https://mountain-web-studio.com/llms.txt","name":"llms.txt","title":"Mountain Web Studio overview and when to use it","description":"Site overview, best-fit use cases, and every machine-readable entry point.","mimeType":"text/plain"},{"uri":"https://mountain-web-studio.com/agent-instructions.md","name":"agent-instructions.md","title":"Agent instructions","description":"When to reach for this studio and how an agent should call it.","mimeType":"text/markdown"},{"uri":"https://mountain-web-studio.com/openapi.json","name":"openapi.json","title":"OpenAPI 3.1 specification","description":"Complete typed description of the public HTTP API.","mimeType":"application/json"},{"uri":"https://mountain-web-studio.com/auth.md","name":"auth.md","title":"Authentication policy","description":"Registration and credential requirements (there are none).","mimeType":"text/markdown"}],"clientConfig":{"mcpServers":{"mountain-web-studio":{"type":"http","url":"https://mountain-web-studio.com/api/mcp"}}}}