Serversio.github.JosueM1109/personal-finance-mcp
M

io.github.JosueM1109/personal-finance-mcp

io.github.JosueM1109/personal-finance-mcp · v1.0.0
▦ docker
v1.0.0docker oci: ghcr.io/josuem1109/personal-finance-mcp:1.0.0↗ 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.JosueM1109/personal-finance-mcp",
  "description": "Self-hosted, read-only MCP server that connects your banks and investments via Plaid.",
  "repository": {
    "url": "https://github.com/JosueM1109/personal-finance-mcp",
    "source": "github"
  },
  "version": "1.0.0",
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/josuem1109/personal-finance-mcp:1.0.0",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:{PORT}/mcp"
      },
      "environmentVariables": [
        {
          "description": "Your Plaid client_id from the Plaid dashboard (Team Settings -> API).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PLAID_CLIENT_ID"
        },
        {
          "description": "Your Plaid secret for the target environment (production or sandbox).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PLAID_SECRET"
        },
        {
          "description": "Plaid environment: production or sandbox.",
          "format": "string",
          "default": "production",
          "choices": [
            "production",
            "sandbox"
          ],
          "name": "PLAID_ENV"
        },
        {
          "description": "Port the MCP HTTP server listens on inside the container.",
          "format": "string",
          "default": "8000",
          "name": "PORT"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}