CoMMA Research Miner MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CoMMA Research Miner MCPSearch for 'humanist annotations' and prepare a ChatGPT research packet."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CoMMA Research Miner MCP v0.1.2-test.3
Human-readable research-console test build layered over the CoMMA Research Miner v0.5.3-compatible retrieval/scoring engine.
Purpose of test.3
The first MCP experiments proved that remote CoMMA retrieval and scoring work, but also showed that a researcher should not have to operate a protocol debugger or read raw JSON for ordinary work. Test.3 keeps the low-level MCP tools while adding a human-facing research workstation inspired by the Chrome extension.
The governing design principle is:
Simple by default, precise when desired, and transparent at every step.
Related MCP server: Personal Research Assistant MCP
Major features
Simple Search
Paste one combined research block containing search terms, friendly weighted criteria, formal CoMMA rules, known controls and notes. Preview the interpretation before retrieval.
Advanced Search
A click-over explicit interface with separate boxes for:
CoMMA search terms
formal scoring criteria
known corpus / controls
retrieval mode
page size
max hits
top-N results
A Simple Search preview can be opened directly in Advanced Search without retyping the research plan.
Human-readable results
Results are presented manuscript-first rather than as raw JSON:
manuscript title and QID
passage count
score range
contextual-fit badges
scoring-family chips
highlighted hit text
CoMMA and Biblissima links
known-control badges
source-control review fields
Known controls vs external candidates
Known project corpora still score normally for calibration, but are separated from novelty-eligible external candidates. Built-in gold control:
Q262962 / BSB Clm 464 / Philippus Callimachus Experiens
Priority queue
The interface highlights the strongest external candidates first under “What should I examine next?”
Inline human review
Each passage can be marked with:
review state
research outcome
novelty class
evidentiary confidence
notes
Reviews are saved in the active run and included in exports / ChatGPT packets.
Rescore cached results
Adjust formal criteria and rescore the already retrieved passage corpus without repeating the CoMMA network search. A new child run is created and linked to the parent run.
Prepare for ChatGPT
One click creates a compact research packet optimized for an MCP-connected AI client. The MCP exposes:
list_recent_runsget_research_packetprepare_for_chatgpt
The goal is eventual handoff without downloading and re-uploading files.
Exports
One-click browser exports:
human-readable HTML research report
CSV spreadsheet
complete ZIP research package
The ZIP includes original input, normalized plan, parsed input, run manifest, full results, candidate/control CSVs, human report, research notebook and ChatGPT research packet.
Recent runs
The browser and MCP expose active recent runs so a researcher or agent can reopen the latest run without manually preserving a cache ID.
Deployment in the existing GitHub repository
Upload this entire folder intact at repository root:
comma_mcp_v012_test3/
package.json
Dockerfile
server.mjs
mcp.mjs
public/
test/
...Create a NEW Render Web Service pointing to the same GitHub repository and set:
Root Directory: comma_mcp_v012_test3
Runtime: DockerDo not point the existing working Groovy service at this folder.
Set ALLOWED_HOSTS to the new Render hostname after Render assigns it.
Example:
ALLOWED_HOSTS=comma-mcp-test3-xxxx.onrender.comOptional:
PUBLIC_BASE_URL=https://comma-mcp-test3-xxxx.onrender.com
CACHE_TTL_MINUTES=120Browser workflow
Open
/.Use Simple Search or Advanced Search.
Preview / validate.
Run research.
Review external candidates and known controls.
Optionally adjust criteria and Rescore cached results.
Record source-control judgments.
Click Prepare for ChatGPT.
Download a report, spreadsheet or complete research package as desired.
MCP endpoint
https://YOUR-HOST.onrender.com/mcpHealth endpoint
GET /healthExpected version:
{
"ok": true,
"service": "comma-research-miner-mcp",
"version": "0.1.2-test.3",
"engine": "0.5.3-compatible-test"
}Research boundary
CoMMA retrieval finds passages. Contextual scoring ranks passages. Similarity and clustering can generate source-control candidates. None of these alone establishes textual independence, historical truth, manuscript novelty, authorship or scholarly originality.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
- TBRP CodexOAuthapp.tbrp
Search, read and cite a researcher's own library and the canonical corpora on tbrp.app.
1 Citable retrieval across papers, books, patents, Wikipedia, and live social sources.
Multi-engine scholarly research server for search, traversal, full text, and reading lists.
Search and commission verified human research review through funded Research Bounties.
Related MCP Servers
- FlicenseCqualityBmaintenanceEnables academic literature management through PDF import, hybrid search, knowledge graph construction, and automated literature review generation. Combines full-text search with semantic vector search for comprehensive paper analysis.55-
- FlicenseNot gradedqualityDmaintenanceEnables semantic search and conversational querying across a personal research library of PDFs, DOCX, and other documents using a vector database. It provides tools for document summarization, finding related papers, and high-accuracy retrieval for AI clients like Claude Desktop.-
- AlicenseAqualityAmaintenanceEnables searching and analyzing over 560,000 CS/AI/ML research papers with LLM-powered novelty scoring and summaries. Supports literature reviews, trend monitoring, benchmark tracking, and deep research sessions through 23 specialized tools.251,19210MIT
- AlicenseNot gradedqualityFmaintenanceManages a research paper library, providing PDF ingestion, bibliography management, semantic search, figure tracking, and integration with Semantic Scholar.1AGPL 3.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thoresonphoto-crypto/CoMMA-Research-Miner-MCP-v0.1.2'
If you have feedback or need assistance with the MCP directory API, please join our Discord server