---
title: "Zephior MCP servers"
description: "Two public Streamable HTTP MCP servers for Zephior documentation and product decisions."
canonical: "https://zephior.com/mcp"
last-updated: 2026-08-21
---

# Zephior MCP servers

Two public Streamable HTTP MCP servers for Zephior documentation and product decisions.

## Product-decision MCP server

- Endpoint: https://zephior.com/mcp/product
- Default server card: https://zephior.com/.well-known/mcp/server-card.json
- Compatible product-card alias: https://zephior.com/.well-known/mcp/product-server-card.json
- Purpose: read the current Ziva pricing document, recommend a Zephior service and create a non-binding public pricing estimate.
- Tools: get_ziva_pricing_document, recommend_zephior_service and create_ziva_pricing_estimate.
- Safety: public information only, no account mutation and no customer data.

## Documentation MCP server

- Endpoint: https://zephior.com/mcp
- Server card: https://zephior.com/.well-known/mcp/docs-server-card.json
- Purpose: identify Zephior, search published resources and retrieve canonical documents.
- Tools: get_zephior_overview, search_zephior_resources and get_zephior_document.

Both endpoints use JSON-RPC 2.0 over MCP Streamable HTTP and support protocol versions 2025-06-18, 2025-03-26 and 2024-11-05. Start with initialize, then use tools/list or resources/list. No authentication is required for these read-only public surfaces.

## Discovery aliases

- https://zephior.com/.well-known/mcp
- https://zephior.com/.well-known/mcp.json
- https://zephior.com/.well-known/mcp/manifest.json
- https://zephior.com/mcp.json
- Official public toolkit: https://github.com/Zephior/zephior-agent-toolkit

## Canonical resources

- [HTML page](https://zephior.com/mcp)
- [Developer documentation](https://zephior.com/developers)
- [Contact](https://zephior.com/contact)
