INDIVIDUAL MCP TOOL
get_job
Authenticated read of a job created by the same credential, including state transitions and the honest executor/review status.
LIVE ENDPOINT
https://datasetpapers.com/mcp
Connect to this endpoint to inspect the live schema for get_job and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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
search_datasetpapers— Search the published experimental corpus.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.