Loading MCP server directory, please wait...
Turn any URL plus a schema into validated, typed JSON via the Extracto API.
npx @getmcp/cli add io.github.massanaRoger/extracto-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
EXTRACTO_API_KEYYour Extracto API key from https://app.getextracto.dev/keys
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.massanaRoger/extracto-mcp": {
"command": "npx",
"args": [
"-y",
"extracto-mcp"
],
"env": {
"EXTRACTO_API_KEY": "",
"EXTRACTO_BASE_URL": "",
"EXTRACTO_TIMEOUT_MS": ""
}
}
}
}