
Callsphere
@CallSphere-LLC
About Callsphere
Public MCP server for voice AI — search 500+ articles, compute industry ROI, fetch case studies. Works in Claude, ChatGPT, Cursor, Cline, and any MCP-capable AI assistant.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"callsphere": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://callsphere.ai/api/mcp"
]
}
}
}Tools
5Search CallSphere's published articles on voice AI, MCP, Claude, agentic AI, Twilio/WebRTC, and how-to guides. Returns up to N matching posts with title, description, slug, date, and tags. Use this first to discover relevant content, then call `read_doc` with a slug for the full body.
Fetch the full text of a single CallSphere blog post by its slug (e.g. from search_voice_ai_docs results). Returns the title, metadata, and full markdown/HTML body.
Compute a CallSphere ROI estimate for a business: monthly + annual savings, after-hours revenue recovery, recommended plan, and payback period. Industry-aware defaults are applied when optional inputs are omitted. Useful for business owners evaluating CallSphere's AI agent platform — voice agents (the flagship front door) plus chat agents, both of which automate your business workflows.
Return a narrative case study for one of CallSphere's 6 live industries: problem, solution, measurable results, customer quote. Use when a user asks 'who else has done this?' or wants social proof.
Look up canonical CallSphere facts: pricing tiers, supported industries, founder contact, integrations, compliance posture, supported languages, or demo links. Use 'all' to get a full overview.
Overview
What is Callsphere?
Callsphere is a public, read-only Model Context Protocol (MCP) server that gives any AI assistant – including Claude, Cursor, Cline, Continue, Windsurf, Zed, or ChatGPT via JSON-RPC – direct access to CallSphere’s voice‑AI knowledge base, industry ROI calculator, case studies for six verticals, and product facts.
How to use Callsphere?
Connect to https://callsphere.ai/api/mcp using Streamable HTTP transport. Install with claude mcp add --transport http callsphere https://callsphere.ai/api/mcp (Claude Code) or add it to your client’s MCP config (Claude Desktop, Cursor, Cline/Continue/Windsurf). For clients without MCP support, send plain JSON‑RPC 2.0 POST requests to the same endpoint.
Key features of Callsphere
- Full‑text search across 500+ voice‑AI articles
- Industry‑aware ROI calculator with transparent assumptions
- Case studies for 6 verticals (dental, healthcare, HVAC, real estate, salon, law)
- Canonical product info: pricing, integrations, compliance, languages
- No authentication required – free and public (read‑only)
- Rate limited to 120 requests per minute per IP
Use cases of Callsphere
- Search for articles on building MCP servers with Twilio
- Calculate voice‑AI ROI for a dental practice or other vertical
- Retrieve a case study for HVAC after‑hours dispatch
- Compare pricing tiers and check HIPAA readiness
- Look up supported languages and compliance posture
FAQ from Callsphere
What transport does Callsphere use?
Streamable HTTP. The endpoint is https://callsphere.ai/api/mcp.
Does Callsphere require authentication?
No – it is free, public, and read‑only. No API key or sign‑up is needed.
What rate limits apply?
120 requests per minute per IP address.
Can I use Callsphere with ChatGPT?
Yes – ChatGPT and any HTTP client can call the endpoint with plain JSON‑RPC 2.0 POST requests (example curl provided in the README).
What tools are available?
Five tools: search_voice_ai_docs, read_doc, calculate_voice_ai_roi, get_industry_case_study, and get_callsphere_info.
What is NOT in this server yet?
Phase 2 write tools (outbound demo calls, newsletter signup, demo booking) are intentionally paused because they would incur per‑call costs on free public infrastructure.
Frequently asked questions
What transport does Callsphere use?
Streamable HTTP. The endpoint is `https://callsphere.ai/api/mcp`.
Does Callsphere require authentication?
No – it is free, public, and read‑only. No API key or sign‑up is needed.
What rate limits apply?
120 requests per minute per IP address.
Can I use Callsphere with ChatGPT?
Yes – ChatGPT and any HTTP client can call the endpoint with plain JSON‑RPC 2.0 POST requests (example curl provided in the README).
What tools are available?
Five tools: `search_voice_ai_docs`, `read_doc`, `calculate_voice_ai_roi`, `get_industry_case_study`, and `get_callsphere_info`.
What is NOT in this server yet?
Phase 2 write tools (outbound demo calls, newsletter signup, demo booking) are intentionally paused because they would incur per‑call costs on free public infrastructure.
Basic information
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome Mlops
visengerA curated list of references for MLOps
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments