← anitoconnect.com

INDIVIDUAL MCP TOOL

talk_to_business

Ask a specific business a question, or book/order from it.

anitoconnect.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://anitoconnect.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for talk_to_business 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

anitoconnect.com

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.anito-connect]
url = "https://anitoconnect.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "anito-connect": {
      "type": "http",
      "url": "https://anitoconnect.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: anito-connect
Remote MCP URL: https://anitoconnect.com/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": {
    "anito-connect": {
      "url": "https://anitoconnect.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "anito-connect": {
      "type": "http",
      "url": "https://anitoconnect.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "anito-connect",
  "transport": "streamable-http",
  "url": "https://anitoconnect.com/api/mcp"
}
MCP Inspector

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

Related tools

  • find_business — Find real local businesses in the Philippines that can take a booking or an order right now: bakeries and cake shops, salons and barbershops, clinics and dental, tutors, photographers, repair shops, rentals, event services, caterers.
  • resume_session — Reconnect a returning customer to a business they already booked or ordered from, when the earlier session_token is gone — for example to cancel, reschedule, check an order, or send a payment receipt.