Serversio.github.InstaNode-dev/mcp
M

io.github.InstaNode-dev/mcp

io.github.InstaNode-dev/mcp · v0.7.2
▦ npm
v0.7.2npm npm: @instanode/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.InstaNode-dev/mcp",
  "description": "Provision Postgres databases + webhooks from AI coding agents in one HTTP call.",
  "repository": {
    "url": "https://github.com/InstaNode-dev/mcp",
    "source": "github"
  },
  "version": "0.7.2",
  "websiteUrl": "https://instanode.dev",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@instanode/mcp",
      "version": "0.7.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional bearer JWT for paid-tier callers. Mint at https://instanode.dev/dashboard → 'API token for CLI / agent'. Lifts the free-tier 5-per-subnet-per-day provisioning cap and auto-links new resources to your account. Leave unset to use the free tier anonymously.",
          "format": "string",
          "isSecret": true,
          "name": "INSTANODE_TOKEN"
        },
        {
          "description": "Override the API base URL. Defaults to https://api.instanode.dev. Useful for self-hosted deployments.",
          "format": "string",
          "default": "https://api.instanode.dev",
          "name": "INSTANODE_API_BASE"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}