← datasetpapers.com

INDIVIDUAL MCP TOOL

search_datasetpapers

Search the published experimental corpus.

datasetpapers.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://datasetpapers.com/mcp

No auth detected

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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_datasetpaper — Fetch a published work or version.
  • get_claim — Fetch one published atomic claim with its evidence, verification records, nanopublication hash, verification_status, and trust_distance.
  • list_claims — List published claims in one work or version, optionally filtering by verification status or predicate text.
  • get_provenance — Return the published PROV-style graph for a version: components, activities, agents, edges, source dataset, and fork lineage.
  • get_rocrate — Fetch the published RO-Crate JSON-LD metadata for a datasetpaper version and report its recorded content hash.
  • get_croissant — Fetch the Croissant description of a published source dataset or datasetpaper-derived tabular output.
  • find_related — Walk recorded relationships from a published work, version, claim, or component.
  • query_graph — Safe keyword query over published claims and named entities.