← mangoreceptionist.com
INDIVIDUAL MCP TOOL
public.get_pricing
Returns current Mango Receptionist pricing from site_config/current.
LIVE ENDPOINT
https://mangoreceptionist.com/mcp
Connect to this endpoint to inspect the live schema for public.get_pricing and invoke it with your own arguments.
Indexed 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 server
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.mango-receptionist-marketing]
url = "https://mangoreceptionist.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mango-receptionist-marketing": {
"type": "http",
"url": "https://mangoreceptionist.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mango-receptionist-marketing
Remote MCP URL: https://mangoreceptionist.com/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": {
"mango-receptionist-marketing": {
"url": "https://mangoreceptionist.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mango-receptionist-marketing": {
"type": "http",
"url": "https://mangoreceptionist.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mango-receptionist-marketing",
"transport": "streamable-http",
"url": "https://mangoreceptionist.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
public.how_it_works— Plain-English explanation of what Aimee does for a service business.public.compare— Compares Aimee with message-takers, leading with returning-caller memory.public.try_demo— Returns the live demo phone number and dare.public.ask— Freeform public Q&A over site_config/current plus the marketing RAG store.public.careers_info— Explains the commission-rep role and compensation from site_config/current.public.careers_status— Returns the single live careers round_open flag from site_config/current.commit.submit_rep_application— Two-phase commission-rep application.commit.join_rep_waitlist— Two-phase rep waitlist capture.