Composable, agentic pipelines for MCP — fact-checking (DSPy), RAG (hybrid search), document intelligence (DeepPipe), and clinical voice (Groq/ElevenLabs). 31 AI tools, one command, zero manual setup.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-agentic-pipelines": {
"args": [
"mcp-agentic-pipelines"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
One MCP server. Five AI pipelines. Thirty-one tools. Zero manual setup.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'mcp-agentic-pipelines' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mcp-agentic-pipelines against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / health
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
An open-source AI agent that brings the power of Gemini directly into your terminal.
MCP Security Weekly
Get CVE alerts and security updates for Mcp Agentic Pipelines and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
One MCP server. Five AI pipelines. Thirty-one tools. Zero manual setup.
Composable, agentic AI pipelines for Anthropic's Model Context Protocol. Fact-check claims with DSPy, search documents with hybrid RAG, extract intelligence with DeepPipe, and run clinical voice intake — all from a single MCP server. Designed for Claude Desktop, VS Code, Cursor, and any MCP-compatible client.
| Tool | What it does |
|---|---|
deeppipe_search | Full-text + vector hybrid search across all documents |
deeppipe_ingest | Ingest raw text/JSON documents for indexing |
deeppipe_ingest_file | Ingest documents directly from file paths |
deeppipe_chat_context | RAG-style Q&A with source citations |
deeppipe_extractive_answer | Extract a precise answer from documents |
deeppipe_list_documents | List all indexed documents with metadata |
deeppipe_get_document | Retrieve a specific document by ID |
deeppipe_get_text | Get the full text content of a document |
deeppipe_remove_document | Remove a document from the index |
deeppipe_stats | View index statistics and document count |
| Tool | What it does |
|---|---|
piste_fact_check | Run a claim through the full 4-stage DSPy pipeline (retrieval → verification → aggregation → verdict) |
piste_list_verdicts | Browse all past fact-check verdicts |
piste_replay | Replay the audit trail of any fact-check run |
piste_get_audit | Get the detailed reasoning chain for a verdict |
piste_get_verdict | Retrieve a specific verdict by claim ID |
piste_submit_feedback | Submit human feedback to improve future checks |
| Tool | What it does |
|---|---|
precis_query | Full RAG query — hybrid search + LLM answer generation |
precis_list_documents | List all documents in the RAG corpus |
precis_debug_stem | Inspect how the stemmer processes a query |
precis_debug_search | See raw hybrid search results (before LLM) |
precis_upload_document | Upload a document to the RAG corpus |
precis_upload_batch | Batch-upload multiple documents at once |
precis_extract_work_order | Extract structured work orders from documents |
precis_list_work_orders | Browse all extracted work orders |
| Tool | What it does |
|---|---|
clinical_start_session | Start a new voice intake session (returns session ID) |
clinical_process_audio | Send audio → STT transcription → SOAP notes |
clinical_generate_podcast | Generate a clinical podcast from session notes |
clinical_list_sessions | List all voice intake sessions |
clinical_get_session | Get full details of a specific session |
| Tool | What it does |
|---|---|
mcp_health | Server health, tool count, provider status |
mcp_list_providers | List all 9 supported LLM providers |
These tools are designed to be chained. Here's a real workflow:
1. deeppipe_ingest → Load a research paper into the index
2. precis_upload_document → Add it to the RAG corpus
3. deeppipe_search → Find relevant passages
4. piste_fact_check → Verify claims found in those passages
5. precis_query → Generate a RAG answer from verified context
6. clinical_start_session → Start voice notes on the findings
7. clinical_generate_podcast → Turn it all into a shareable podcast
In Claude Desktop, this is a conversation:
"Search my documents for claims about climate policy, fact-check each one, then generate a clinical podcast summarizing the verified findings."
Claude or