← Registry

eCommerce

anitoconnect.com

An MCP server for discovering local Philippine businesses and booking or ordering services from them.

1 endpoint3 known toolsFirst detected September 23, 2026Last detected September 23, 2026

ENDPOINT 1

https://anitoconnect.com/api/mcp

No auth detected

MCP server metadata

Name
anito-connect
Version
0.3
Capabilities
tools

Known tools 3

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.

Inferred read-only
talk_to_business

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

Inferred read-only
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.

Potential side effects

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.

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.