PluginBench
MCP Server
Maintained
MIT

io.github.sypherin/altronis-mcp MCP Server

io.github.sypherin/altronis-mcp

What is the io.github.sypherin/altronis-mcp MCP server?

Ask the Altronis AI advisor: grant-matched AI plans, SG AI events, news, ecosystem data. Read-only.

How to install io.github.sypherin/altronis-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • ALTRONIS_BASE_URL

    Base URL of the Altronis site (default: https://altronis.sg)

  • ALTRONIS_TIMEOUT_MS

    HTTP timeout in milliseconds (default: 30000)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "altronis-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@altronis/altronis-mcp"
      ],
      "env": {
        "ALTRONIS_BASE_URL": "<YOUR_ALTRONIS_BASE_URL>",
        "ALTRONIS_TIMEOUT_MS": "<YOUR_ALTRONIS_TIMEOUT_MS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "altronis-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@altronis/altronis-mcp"
      ],
      "env": {
        "ALTRONIS_BASE_URL": "<YOUR_ALTRONIS_BASE_URL>",
        "ALTRONIS_TIMEOUT_MS": "<YOUR_ALTRONIS_TIMEOUT_MS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "altronis-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@altronis/altronis-mcp"
      ],
      "env": {
        "ALTRONIS_BASE_URL": "<YOUR_ALTRONIS_BASE_URL>",
        "ALTRONIS_TIMEOUT_MS": "<YOUR_ALTRONIS_TIMEOUT_MS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "altronis-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@altronis/altronis-mcp"
      ],
      "env": {
        "ALTRONIS_BASE_URL": "<YOUR_ALTRONIS_BASE_URL>",
        "ALTRONIS_TIMEOUT_MS": "<YOUR_ALTRONIS_TIMEOUT_MS>"
      }
    }
  }
}
Claude Code
claude mcp add altronis-mcp --env ALTRONIS_BASE_URL=<YOUR_ALTRONIS_BASE_URL> --env ALTRONIS_TIMEOUT_MS=<YOUR_ALTRONIS_TIMEOUT_MS> -- npx -y @altronis/altronis-mcp

Related MCP servers

Singapore government data for AI agents: ACRA, HDB, COE, URA, SingStat, MAS, IRAS. 87 tools.

0
TypeScript
MIT
View repository →