← Registry

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.

2 endpoints10 known toolsFirst detected August 23, 2026Last detected August 23, 2026

ENDPOINT 1

https://mangoreceptionist.com/mcp

No auth detected

MCP server metadata

Name
mango-receptionist-marketing
Version
1.0.0
Capabilities
tools

Known tools 10

public.how_it_works

Plain-English explanation of what Aimee does for a service business.

Inferred read-only
public.get_pricing

Returns current Mango Receptionist pricing from site_config/current.

Inferred read-only
public.compare

Compares Aimee with message-takers, leading with returning-caller memory.

Potential side effects
public.try_demo

Returns the live demo phone number and dare.

Inferred read-only
public.ask

Freeform public Q&A over site_config/current plus the marketing RAG store.

Inferred read-only
public.careers_info

Explains the commission-rep role and compensation from site_config/current.

Inferred read-only
public.careers_status

Returns the single live careers round_open flag from site_config/current.

Inferred read-only
commit.submit_rep_application

Two-phase commission-rep application.

Inferred read-only
commit.join_rep_waitlist

Two-phase rep waitlist capture.

Inferred read-only
commit.book_onboarding_call

Universal human-handoff fallback.

Inferred read-only

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.

ENDPOINT 2

https://mangoreceptionist.com/mcp/v1

Auth required

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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.