Serversio.github.xpaysh/finance
F

xpay Finance

io.github.xpaysh/finance · v1.0.0
● Remote
v1.0.0remote🌐 https://finance.mcp.xpay.sh/mcp?key={api_key}↗ 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.xpaysh/finance",
  "description": "253 finance tools. Financial Modeling Prep, Alpha Vantage, AkShare, Polymarket, Dome.",
  "title": "xpay Finance",
  "repository": {
    "url": "https://github.com/xpaysh/mcp-server",
    "source": "github"
  },
  "version": "1.0.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://finance.mcp.xpay.sh/mcp?key={api_key}",
      "variables": {
        "api_key": {
          "description": "Your xpay API key from https://docs.xpay.sh/tools/connect",
          "isRequired": true,
          "isSecret": true
        }
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}