Structured web context infrastructure for AI agents. Extract schema-guided structured JSON from websites using Claude-powered parsing and MCP-native workflows.
Server Config
{
"mcpServers": {
"extrapify": {
"command": "node",
"args": [
"/absolute/path/to/extrapify-mcp/mcp/server.mjs"
],
"env": {
"EXTRAPIFY_API_BASE_URL": "https://extrapify.com",
"EXTRAPIFY_API_KEY": "sk_live_your_key_here"
}
}
}
}