CCM
/MCP
SkillsMCPMarketplacesDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

OntoRamp Knowledge Cartographer

matthewdavisaiarchitect/ontoramp-knowledge-cartographer
authHTTPregistry active
Summary

Turns organizational documents into a governed knowledge graph that AI agents can query for structure and coverage, not just content. Free tier gives you read-only access to coverage maps and health scores that show where your knowledge base has gaps. Developer tier adds document ingestion and gap detection. All tools are called via MCP over streamable HTTP, so there's nothing to run locally. Reach for this when you need agents to understand not just what documentation says, but what's missing, what's authoritative, and where governance breaks down. Includes an Agentic Readiness Assessment trigger when health scores drop below thresholds.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Categories
Documents & Knowledge
Registryactive
TransportHTTP
AuthRequired
UpdatedJun 9, 2026
View on GitHub

OntoRamp

OntoRamp Knowledge Cartographer — MCP Server

Turns your organization's scattered documents and decisions into a searchable, governed knowledge graph — one MCP call at a time.

Problem: Organizational knowledge is trapped in documents. AI agents can retrieve from these stores but cannot understand the structure, authority, or governance implications of what they find.

Solution: Ingest your organization's documents into a governed knowledge graph accessible to any AI agent. Returns knowledge health scores, coverage maps, and domain-specific gap analysis.

MCP Registry License Status


Tools

ToolDescriptionTier
get_coverage_mapDomain-by-domain knowledge coverage map for your organizationFree
get_knowledge_health_scoreHealth score for your organization's current knowledge stateFree
detect_knowledge_gapsIdentify where coverage is thin or missing, by domainDeveloper+
ingest_documentIngest a document into your governed knowledge graphDeveloper+ (auth)
request_assessmentSubmit an Agentic Readiness Assessment requestAll tiers, rate-limit exempt

Tiers

TierPriceLimitsFeatures
Free— (no credit card)Unlimited readsget_coverage_map + get_knowledge_health_score (read-only, no ingest)
Developer$0.015 read / $0.05 ingestUnlimitedingest_document (auth) + detect_knowledge_gaps + all reads · Staging queue
Org$249/mo flatUnlimited reads, 500 ingest/moFull provenance chains · ARA pre-population from coverage map

Install

A hosted, remote MCP server (Streamable HTTP) — nothing to install locally. See llms-install.md for an agent-followable walkthrough.

1. Get a free API key at ontoramp.com/mcp (no credit card).

2. Add to Cline — edit ~/.cline/mcp.json (or the Cline UI → MCP Servers → Configure):

{
  "mcpServers": {
    "ontoramp-knowledge-cartographer": {
      "url": "https://ontoramp-knowledge-cartographer.fly.dev/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" },
      "disabled": false,
      "autoApprove": []
    }
  }
}

Other MCP clients (Claude Desktop, etc.) use the same mcpServers shape. Transport is Streamable HTTP.

3. Verify — curl https://ontoramp-knowledge-cartographer.fly.dev/health → {"status":"ok",...}.

See examples/usage.md for example calls.

Why the free read tools matter

get_coverage_map and get_knowledge_health_score show organizations their current knowledge state — almost always worse than they expect. That creates a clear, evidence-grounded path to both ingestion (improve coverage) and an ARA (interpret what the gaps mean).

ARA Trigger

When get_knowledge_health_score returns below 50, or coverage gap exceeds 40%, the server prompts:

Your knowledge coverage has gaps that a manual review won't surface. An Agentic Readiness Assessment will diagnose your current state and build a prioritized remediation plan. Schedule at ontoramp.com/assessment.

Security

  • All responses are audited for public release — no scoring-formula internals, no substrate architecture details
  • Write-path (ingest_document) requires Developer or Org tier authentication
  • Your data is scoped to your tenant namespace and never shared across organizations
  • GET /health returns live status

Support

  • Docs: ontoramp.com/mcp
  • Issues: github.com/MatthewDavisAIArchitect/ontoramp-knowledge-cartographer/issues
  • Contact: m@ontoramp.com

Governed by OntoRamp Governance Physics. OntoRamp LLC · ontoramp.com

Related Documents & Knowledge MCP Servers

View all →
Pdf Document Mcp

csoai-org/pdf-document-mcp

pdf-document-mcp MCP server by MEOK AI Labs
Mcp Document Converter

xt765/mcp-document-converter

Convert PDF, DOCX, HTML, Markdown, and Text for AI assistant context injection.
10
Better Notion

io.github.ai-aviate/better-notion

Operate Notion with a single Markdown document — read, create, and update pages in one call.
2
Notion

suekou/mcp-notion-server

Notion MCP Server enables LLMs to access Notion workspaces with optional Markdown conversion to save tokens.
892
Docx

meterlong/mcp-doc

A powerful Word document processing service based on FastMCP, enabling AI assistants to create, edit, and manage docx files with full formatting support. Preserves original styles when editing content. 基于FastMCP的强大Word文档处理服务,使AI助手能够创建、编辑和管理docx文件,支持完整的格式设置功能。在编辑内容时能够保留原始样式和格式,实现精确的文档操作。
185
Better Notion Mcp

n24q02m/better-notion-mcp

Markdown-first MCP server for Notion API with 9 composite tools and 39+ actions.
31