← callsphere.ai

INDIVIDUAL MCP TOOL

search_voice_ai_docs

Search CallSphere's published articles on voice AI, MCP, Claude, agentic AI, Twilio/WebRTC, and how-to guides.

callsphere.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

callsphere.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.callsphere-ai]
url = "https://callsphere.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "callsphere-ai": {
      "type": "http",
      "url": "https://callsphere.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: callsphere-ai
Remote MCP URL: https://callsphere.ai/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "callsphere-ai": {
      "url": "https://callsphere.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "callsphere-ai": {
      "type": "http",
      "url": "https://callsphere.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "callsphere-ai",
  "transport": "streamable-http",
  "url": "https://callsphere.ai/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • read_doc — Fetch the full text of a single CallSphere blog post by its slug (e.g.
  • calculate_voice_ai_roi — Compute a CallSphere ROI estimate for a business: monthly + annual savings, after-hours revenue recovery, recommended plan, and payback period.
  • get_industry_case_study — Return a narrative case study for one of CallSphere's 6 live industries: problem, solution, measurable results, customer quote.
  • get_callsphere_info — Look up canonical CallSphere facts: pricing tiers, supported industries, founder contact, integrations, compliance posture, supported languages, or demo links.