Marketing
mangoreceptionist.com
This MCP server provides marketing and public information content for Aimee, an AI receptionist service, including how-it-works, pricing, comparisons, demo, and Q&A.
ENDPOINT 1
https://mangoreceptionist.com/mcp
MCP server metadata
- Name
- mango-receptionist-marketing
- Version
- 1.0.0
Known tools 10
public.how_it_worksPlain-English explanation of what Aimee does for a service business.
Inferred read-onlypublic.get_pricingReturns current Mango Receptionist pricing from site_config/current.
Inferred read-onlypublic.compareCompares Aimee with message-takers, leading with returning-caller memory.
Potential side effectspublic.askFreeform public Q&A over site_config/current plus the marketing RAG store.
Inferred read-onlypublic.careers_infoExplains the commission-rep role and compensation from site_config/current.
Inferred read-onlypublic.careers_statusReturns the single live careers round_open flag from site_config/current.
Inferred read-onlyCONNECT 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.
ENDPOINT 2
https://mangoreceptionist.com/mcp/v1
Known tools 0
No tool metadata was available in the registry cache.
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.mangoreceptionist-com]
url = "https://mangoreceptionist.com/mcp/v1"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"mangoreceptionist-com": {
"type": "http",
"url": "https://mangoreceptionist.com/mcp/v1",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: mangoreceptionist-com
Remote MCP URL: https://mangoreceptionist.com/mcp/v1
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mangoreceptionist-com": {
"url": "https://mangoreceptionist.com/mcp/v1",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"mangoreceptionist-com": {
"type": "http",
"url": "https://mangoreceptionist.com/mcp/v1",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "mangoreceptionist-com bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "mangoreceptionist-com",
"transport": "streamable-http",
"url": "https://mangoreceptionist.com/mcp/v1",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.