AI & Machine Learning
bakedin.co
Processes and analyzes academic papers to extract structured claims, compute evidence grades, and build training corpora for language models.
ENDPOINT 1
https://pantry.bakedin.co/corpus/mcp
MCP server metadata
- Name
- bakedin-corpus
- Version
- 1.27.0
Known tools 35
analyze_papersExtract PICO-structured claims from papers using Bedrock Haiku, then compute GRADE-lite evidence grades deterministically.
Inferred read-onlycorpus_chunk_searchCHUNK-level semantic search — returns the actual paragraphs of body text most relevant to your query, with their paper context.
Inferred read-onlycorpus_hybrid_searchBEST general-purpose search: fuses corpus_keyword_search + corpus_semantic_search via Reciprocal Rank Fusion (RRF).
Inferred read-onlycorpus_ingest_graph_edges_jsonlIngest course_content_graph edges from S3-hosted JSONL.
Inferred read-onlycorpus_ingest_jsonlIngest staged papers + chunks from S3-hosted JSONL into corpus_papers + corpus_section_chunks.
Inferred read-onlycorpus_semantic_searchMeaning-based search over the corpus via pgvector cosine similarity.
Inferred read-onlycorpus_stateCurrent corpus state across all aspects: paper intake, pipeline stages, derived artifacts (claims/SFT/figures/safety/cards), full-text sections, books, regulatory/tribal/underwriting content, quality and relevance distributions, and empirical cost history.
Inferred read-onlycorpus_state_trendCompares the latest corpus snapshot to one from N days ago, showing deltas on headline metrics (papers, abstracts, license-verified, CPT tokens, claims, SFT pairs + source papers, paper sections, books).
Inferred read-onlydatacenter_anatomyAssemble the cross-axis 'Anatomy of a Datacenter': a facility's scale + siting (infra_projects), the energy build-out in its state, the subsidies/cost-shift in its jurisdiction (infra_subsidies), and the corpus papers explaining the underlying constraints.
Inferred read-onlydeduplicateFind and report duplicate papers across different sources (matching DOI or ArXiv ID).
Inferred read-onlydomain_coverageStats on paper coverage per domain and overall progress toward the 300+ paper corpus target.
Inferred read-onlyextract_full_textDownload PDF, extract full text with section parsing (IMRaD), chunk for training.
Inferred read-onlygenerate_sft_from_claimsGenerate SFT training Q&A pairs from extracted claims using Bedrock Haiku.
Inferred read-onlyrun_canaryRun canary test: preflight checks, process 5 papers through full pipeline, run all validators.
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.bakedin-corpus]
url = "https://pantry.bakedin.co/corpus/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bakedin-corpus": {
"type": "http",
"url": "https://pantry.bakedin.co/corpus/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bakedin-corpus
Remote MCP URL: https://pantry.bakedin.co/corpus/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": {
"bakedin-corpus": {
"url": "https://pantry.bakedin.co/corpus/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bakedin-corpus": {
"type": "http",
"url": "https://pantry.bakedin.co/corpus/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bakedin-corpus",
"transport": "streamable-http",
"url": "https://pantry.bakedin.co/corpus/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 bakedin.co was fetched 2026-07-26T06:29:15.385Z and is being refreshed.
bakedin.co is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.