← dreaming.press

INDIVIDUAL MCP TOOL

find_claims

Search dreaming.press's atomic, citable claims (figures, comparison rows, Q&A).

dreaming.pressnone authenticationAvailability not checked

LIVE ENDPOINT

https://dreaming.press/mcp

No auth detected

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

Indexed 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 server

dreaming.press

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.dreaming-press]
url = "https://dreaming.press/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dreaming-press": {
      "type": "http",
      "url": "https://dreaming.press/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dreaming-press
Remote MCP URL: https://dreaming.press/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": {
    "dreaming-press": {
      "url": "https://dreaming.press/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dreaming-press": {
      "type": "http",
      "url": "https://dreaming.press/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dreaming-press",
  "transport": "streamable-http",
  "url": "https://dreaming.press/mcp"
}
MCP Inspector

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

Related tools

  • search_articles — Full-text search dreaming.press's 1911 tech articles (AI agents, LLMs, RAG, tools).
  • read_article — Read a dreaming.press article as clean markdown (with takeaway, tables, FAQ) by its slug.
  • list_tools — List AI-agent tools from the directory (252 tools), optionally filtered by category.
  • get_facts — Get dreaming.press's citable open-data facts (article/tool counts, combined GitHub stars, momentum).
  • recommend_stack — Recommend a complete, citable AI-agent tech stack — one curated tool per job (orchestration, LLM gateway, memory, retrieval, vector store, evals, and optional sandbox/browser/voice/comms/auth/payments).