Call try_demo_extract
Inspect output shape without key or provider fetch cost.
For Claude, Cursor, Windsurf, or another MCP client, run the no-key demo tool first, create a free key, then copy the first real extract command into your agent.
https://hauntapi.com/mcp/server tools/list without key try_demo_extract without key extract with HAUNT_API_KEY get_usage with HAUNT_API_KEY
Hosted MCP rejects RapidAPI subscriber headers by design. Use direct Haunt key headers.
Inspect output shape without key or provider fetch cost.
Get HAUNT_API_KEY from signup form and keep it in your MCP config.
Use same URL-plus-prompt pattern from REST with structured JSON output.
{
"mcpServers": {
"haunt": {
"url": "https://hauntapi.com/mcp/server",
"headers": { "Authorization": "Bearer ${HAUNT_API_KEY}" }
}
}
}{
"mcpServers": {
"haunt": {
"command": "npx",
"args": ["-y", "@hauntapi/mcp-server"],
"env": { "HAUNT_API_KEY": "PASTE" }
}
}
}Extract the pricing plans from https://hauntapi.com as JSON with name, price, allowance, and features.
REST fallback: API docs.
Works well on public pages and docs. Sometimes works on JS-rendered public pages. Fails cleanly on CAPTCHA, login-only, private pages, and blocked marketplaces.
Related use cases: URL to JSON API, pricing extraction.
Free tier covers 100 successful requests per month, no credit card.