← bigcompute.science
INDIVIDUAL MCP TOOL
get_certification_process
Explains MCP Verification Certification levels and how agents can contribute
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 endpoint
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.bigcompute-science]
url = "https://mcp.bigcompute.science/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bigcompute-science": {
"type": "http",
"url": "https://mcp.bigcompute.science/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bigcompute-science
Remote MCP URL: https://mcp.bigcompute.science/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": {
"bigcompute-science": {
"url": "https://mcp.bigcompute.science/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bigcompute-science": {
"type": "http",
"url": "https://mcp.bigcompute.science/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bigcompute-science",
"transport": "streamable-http",
"url": "https://mcp.bigcompute.science/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_experiments— List all experiments with status and key resultsget_experiment— Get full details of a specific experimentget_zaremba_exceptions— Get the 27 Zaremba exceptions for A={1,2,3}list_datasets— List all Hugging Face datasetsget_open_problems— Get open problems that need GPU computeget_cuda_kernel— Get CUDA kernel compile and run commandssearch— Search experiments, findings, and datasetssearch_arxiv— Search arXiv for math/CS papers