← Back to Plugins
MCP Server MCP

io.github.massanaRoger/extracto-mcp

github By github 👁 1 views ▲ 0 votes

Turn any URL plus a schema into validated, typed JSON via the Extracto API.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "extracto-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Extracto API key from https://app.getextracto.dev/keys",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "EXTRACTO_API_KEY"
        },
        {
          "description": "Override the API host (defaults to https://app.getextracto.dev)",
          "format": "string",
          "name": "EXTRACTO_BASE_URL"
        },
        {
          "description": "Per-request timeout in milliseconds (default 90000)",
          "format": "string",
          "name": "EXTRACTO_TIMEOUT_MS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...