← wulfkaal.com

INDIVIDUAL MCP TOOL

search_papers

Search the scholarly corpus by topic, title, or keyword.

wulfkaal.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://openstanding.org/corpus/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_papers 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

wulfkaal.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.kaal-corpus]
url = "https://openstanding.org/corpus/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "kaal-corpus": {
      "type": "http",
      "url": "https://openstanding.org/corpus/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "kaal-corpus": {
      "type": "http",
      "url": "https://openstanding.org/corpus/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "kaal-corpus",
  "transport": "streamable-http",
  "url": "https://openstanding.org/corpus/mcp"
}
MCP Inspector

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

Related tools

  • get_paper — Retrieve one work's complete metadata by its corpus id, SSRN id, or exact title.
  • papers_by_year — List every work published in a given year.
  • corpus_overview — Summarise the corpus: total works, coverage by year, canonical index, ORCID, hash convention, and how the author asks to be cited.
  • search_posts — Search the blog for shorter, faster-moving analysis.
  • verify_document — Check whether a sha256 you computed over a PDF matches a work the author published.
  • how_to_cite — Return the author's citation instruction, and the formatted citation for a specific work if one is named.