← singaporeapi.com

INDIVIDUAL MCP TOOL

get_auth_guide

Get the step-by-step authentication guide for one Singapore API: exactly how to get a key or token and how to send it.

singaporeapi.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://singaporeapi.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_auth_guide and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name, description or schema mentions credentials.
  • A tool name or description suggests sending messages.

Parent server

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

.mcp.json

{
  "mcpServers": {
    "singaporeapi": {
      "type": "http",
      "url": "https://singaporeapi.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "singaporeapi": {
      "type": "http",
      "url": "https://singaporeapi.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "singaporeapi",
  "transport": "streamable-http",
  "url": "https://singaporeapi.com/mcp"
}
MCP Inspector

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

Related tools

  • search_apis — Search the SingaporeAPI directory of curated Singapore APIs.
  • get_api — Get the full entry for one Singapore API by slug: base URL, docs, auth type and guide, pricing, rate limits, a working example request, an example response snippet, and integration notes for agents.
  • list_categories — List all categories in the SingaporeAPI directory with slugs, descriptions, and API counts.