← pupulcorp.com

INDIVIDUAL MCP TOOL

get_pupul_facts

What Pupul is, what the Reading costs, what is free, and the privacy stance, stated the same way the website states it.

pupulcorp.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://noctaracorp.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_pupul_facts and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

pupulcorp.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.pupul]
url = "https://noctaracorp.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pupul": {
      "type": "http",
      "url": "https://noctaracorp.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pupul
Remote MCP URL: https://noctaracorp.com/api/mcp

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": {
    "pupul": {
      "url": "https://noctaracorp.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pupul": {
      "type": "http",
      "url": "https://noctaracorp.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pupul",
  "transport": "streamable-http",
  "url": "https://noctaracorp.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_export_guide — The exact steps to request a personal data export from a platform, with the reported wait time, download window, file size and what is inside the file.
  • get_wait_times — How long each platform’s personal data export takes from request to ready, plus the download window, for 11 platforms in one table.
  • get_count_link — Link to the free in-browser viewer that opens a platform’s data export locally and shows the real numbers in about ten seconds.