← hauntapi.com

INDIVIDUAL MCP TOOL

extract_markdown

Return clean Markdown from a permitted public page for agents, RAG ingestion, notes, or .md files.

hauntapi.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

hauntapi.com

CONNECT 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.

Related tools

  • try_demo_extract — Return fixed sample Haunt extraction JSON.
  • extract — Extract structured JSON from a permitted public URL using a plain-English prompt.
  • extract_article — Extract article title, body, author, and publication date from a public article URL.
  • extract_metadata — Extract title, meta description, Open Graph, Twitter Card, canonical URL, and related metadata.
  • get_usage — Return current Haunt plan, monthly credit limit, used credits, reserved credits, and remaining credits.