Data Collection
hauntapi.com
Extracts structured data from public URLs using various formats.
ENDPOINT 1
https://hauntapi.com/mcp/server
MCP server metadata
- Name
- haunt-api
- Version
- 1.1.0
Haunt extracts structured data from public web pages. Send a URL and a plain-English prompt, get clean JSON, Markdown, or raw HTML. When a page is blocked, needs a login, or hits a captcha, Haunt returns a clear typed signal instead of fabricating data, so you can react. Try try_demo_extract free with no key, then use extract with a key. Failed calls are free.
Known tools 6
extractExtract structured JSON from a permitted public URL using a plain-English prompt.
Inferred read-onlyextract_markdownReturn clean Markdown from a permitted public page for agents, RAG ingestion, notes, or .md files.
Inferred read-onlyextract_articleExtract article title, body, author, and publication date from a public article URL.
Inferred read-onlyextract_metadataExtract title, meta description, Open Graph, Twitter Card, canonical URL, and related metadata.
Inferred read-onlyget_usageReturn current Haunt plan, monthly credit limit, used credits, reserved credits, and remaining credits.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.haunt-api]
url = "https://hauntapi.com/mcp/server"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"haunt-api": {
"type": "http",
"url": "https://hauntapi.com/mcp/server"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: haunt-api
Remote MCP URL: https://hauntapi.com/mcp/server
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"haunt-api": {
"url": "https://hauntapi.com/mcp/server"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"haunt-api": {
"type": "http",
"url": "https://hauntapi.com/mcp/server"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "haunt-api",
"transport": "streamable-http",
"url": "https://hauntapi.com/mcp/server"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for hauntapi.com was fetched 2026-08-04T02:14:42.792Z and is being refreshed.
hauntapi.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.