Databases
datasetpapers.com
Provides programmatic access to a corpus of published experimental claims with verification and provenance metadata.
ENDPOINT 1
https://datasetpapers.com/mcp
MCP server metadata
- Name
- datasetpapers
- Version
- 0.1.0-experiment
datasetpapers is a research experiment, not a product or authoritative source. Read tools expose only published records. Preserve verification_status and trust_distance in downstream answers. Write tools only create private, gated jobs; they never publish directly.
Known tools 14
get_claimFetch one published atomic claim with its evidence, verification records, nanopublication hash, verification_status, and trust_distance.
Inferred read-onlylist_claimsList published claims in one work or version, optionally filtering by verification status or predicate text.
Inferred read-onlyget_provenanceReturn the published PROV-style graph for a version: components, activities, agents, edges, source dataset, and fork lineage.
Inferred read-onlyget_rocrateFetch the published RO-Crate JSON-LD metadata for a datasetpaper version and report its recorded content hash.
Inferred read-onlyget_croissantFetch the Croissant description of a published source dataset or datasetpaper-derived tabular output.
Inferred read-onlyfind_relatedWalk recorded relationships from a published work, version, claim, or component.
Inferred read-onlyget_datasetFetch an upstream dataset descriptor, its Croissant metadata when available, and the published datasetpapers built on it.
Inferred read-onlyget_jobAuthenticated read of a job created by the same credential, including state transitions and the honest executor/review status.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for datasetpapers.com was fetched 2026-08-03T18:12:25.014Z and is being refreshed.
datasetpapers.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.