INDIVIDUAL MCP TOOL
get_archive
Get full metadata for one archive by id, including its schema card (structure summary) when one exists.
LIVE ENDPOINT
https://api.scigantic.com/mcp
Connect to this endpoint to inspect the live schema for get_archive 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
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.scigantic]
url = "https://api.scigantic.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"scigantic": {
"type": "http",
"url": "https://api.scigantic.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: scigantic
Remote MCP URL: https://api.scigantic.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": {
"scigantic": {
"url": "https://api.scigantic.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"scigantic": {
"type": "http",
"url": "https://api.scigantic.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "scigantic",
"transport": "streamable-http",
"url": "https://api.scigantic.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_archives— Search the Scigantic catalog of public scientific data archives by natural-language query.get_schema_card— Get the compact schema card for an archive: file format, columns, sample rows/headers, sidecar docs (READMEs/data dictionaries) and a copy-paste starter cell.get_data_access— Get how to load a dataset in YOUR OWN environment: storage location plus copy-paste code snippets (from the dataset's schema card, or generated as a fallback).list_archive_files— List a sample of the files/objects in an archive's storage (the cached file tree).get_sample_notebook— Get the pre-executed starter notebook for an archive — a worked example of loading and exploring the data.lookup_paper— Resolve a research paper (by arXiv id, DOI, URL, or title) and return its metadata plus any Scigantic archives linked to or suggested by it.list_compute_tiers— List the compute tiers available for launching a Scigantic notebook (CPU/GPU options and hourly cost).