← sggrantadvisor.com

INDIVIDUAL MCP TOOL

get_eligibility

Get the eligibility criteria (who the grant is for) and step-by-step application process for one Singapore business grant.

sggrantadvisor.comnone authenticationAvailability not checked

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 endpoint

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_grants — Search the SGGrantAdvisor directory of Singapore business grants.
  • get_grant — Get the full entry for one Singapore business grant by slug: summary, support rate, maximum support, who it is for, what it covers, how to apply, timeline, official URL, and advisor notes.
  • list_goals — List all business goals (grant categories) in the SGGrantAdvisor directory with slugs, descriptions, and grant counts.