CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
valtirman avatar

NDASentry

valtirman/ndasentry-mcp
2 toolsHTTPregistry active
Summary

Connects Claude or any MCP client to NDASentry's anonymous NDA risk analysis pipeline. Exposes two tools: preview_nda_risk takes a base64 PDF and returns a free clause summary plus a Stripe payment link, get_nda_report polls payment status and returns the full LLM-powered report with clause-level risk scores, missing protections, and a recommended action. The entire flow is designed for agents to handle NDA review without asking users to create accounts or leave the chat. Reports cost $9, documents process in memory only with no retention, and the backend is the same one that powers ndasentry.ai. Useful when you want your agent to give you contract pushback points before you sign.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →

Tools

Public tool metadata for what this MCP can expose to an agent.

2 tools
preview_nda_riskStage an NDA for analysis and return a free risk preview. Accepts a base64-encoded PDF (max 10MB). Returns a partial risk assessment covering the first ~3 pages of the document plus a Stripe Checkout URL the user must complete to unlock the full report via `get_nda_report`. Th...2 params

Stage an NDA for analysis and return a free risk preview. Accepts a base64-encoded PDF (max 10MB). Returns a partial risk assessment covering the first ~3 pages of the document plus a Stripe Checkout URL the user must complete to unlock the full report via `get_nda_report`. Th...

Parameters* required
filenamestring
default: nda.pdf
pdf_base64string
get_nda_reportRetrieve the full NDA risk report for a paid session. Polls /api/check_payment until Stripe webhook confirms payment, then calls /api/results to fetch the analysis. The /api/results endpoint caches the result for 5 minutes so transient retries within that window are idempotent...1 params

Retrieve the full NDA risk report for a paid session. Polls /api/check_payment until Stripe webhook confirms payment, then calls /api/results to fetch the analysis. The /api/results endpoint caches the result for 5 minutes so transient retries within that window are idempotent...

Parameters* required
session_tokenstring

NDASentry MCP Server

Anonymous NDA risk analysis for AI agents. $9 per report. No signup, no account, no data retention.

NDASentry exposes a multi-stage NDA risk analysis pipeline as MCP tools so any AI agent (Claude Desktop, Cursor, Cline, etc.) can review NDAs on behalf of its user — discover risky clauses, flag missing protections, return a structured risk report — without asking the user to leave the agent, create an account, or wait for a lawyer.

The wedge: every other legal MCP server in this space requires an account, an enterprise login, or attorney-in-the-loop review. NDASentry is designed to be the simplest path for a personal AI agent: call anonymously, pay $9 with a card, get a structured analysis in under a minute.

What it does

Two tools:

  • preview_nda_risk(pdf_base64, filename) — Free preview. Stages the NDA, runs cheap-stage detection (regex-based clause finding, no LLM calls), returns a clause-level summary plus a Stripe payment link. Safe to expose to anonymous agent traffic; zero LLM cost on the preview path.

  • get_nda_report(session_token) — Paid full report. Polls payment status, then runs the full multi-stage LLM pipeline (qualifier, detector, scorer, critic, synthesizer, decision policy) and returns structured JSON with clause-level risk findings, aggressive-clause signals, missing protections, a critique, and a recommended action.

The full pipeline output is designed for agent consumption — flat structured JSON, every clause carries risk level, evidence, and reasoning, so agents can filter, summarize, or route based on what their user cares about.

Quick start (hosted)

Point your MCP client at the public hosted endpoint:

https://nda-mcp-production.up.railway.app/mcp

Claude Desktop config

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ndasentry": {
      "url": "https://nda-mcp-production.up.railway.app/mcp",
      "transport": "streamable-http"
    }
  }
}

Restart Claude Desktop. The two tools will appear in the agent's tool catalog.

Example agent prompt

Review this NDA and tell me if there is anything I should push back on before signing. [attach NDA PDF]

The agent calls preview_nda_risk first, returns a preview plus a payment URL. You pay $9 in your browser. The agent calls get_nda_report and returns the full analysis.

Self-host

For users who want their own instance, or local development:

git clone https://github.com/valtirman/ndasentry-mcp.git
cd ndasentry-mcp/mcp_server
python -m venv .venv-mcp
source .venv-mcp/bin/activate
pip install -r requirements.txt

export NDASENTRY_BACKEND_URL=https://ndasentry.ai
python -m mcp_server.server

The server listens on http://localhost:1966/mcp by default. Point your MCP client at it:

{
  "mcpServers": {
    "ndasentry": {
      "url": "http://localhost:1966/mcp",
      "transport": "streamable-http"
    }
  }
}

Configuration

Env varDefaultPurpose
NDASENTRY_BACKEND_URLhttp://localhost:8001Backend API that runs the analysis pipeline
PORT1966Port the MCP server binds to
MCP_ALLOWED_HOSTS(empty)Comma-separated production hosts to add to DNS rebinding allowlist
MCP_ALLOWED_ORIGINS(empty)Comma-separated production origins to add to DNS rebinding allowlist

The backend (ndasentry.ai by default for the hosted version) handles document analysis and Stripe payment verification. The MCP server is a thin protocol adapter that does not reimplement any pipeline logic. The same backend serves the web product at https://ndasentry.ai.

Tools reference

preview_nda_risk

Input:

  • pdf_base64 (string): base64-encoded PDF bytes, max 10 MB
  • filename (string): the PDF filename

Output: JSON with session_token, payment_url (Stripe link with the session token bound as client_reference_id), clause_summary, missing_required_clauses, a labeled sample clause showing the shape of a paid analysis, and a disclaimer.

get_nda_report

Input:

  • session_token (string): from the preview_nda_risk response

Output: Full structured AnalysisReport JSON with clauses, risk scores, critique, completeness, qualification, aggressive-clause signals, recommended action, and disclaimer. If payment is not yet complete, returns a polling status response instead.

Disclaimer

NDASentry is a contract risk screening tool, not a law firm. Output is not legal advice and does not create an attorney-client relationship. For binding legal interpretation or high-stakes decisions, consult licensed counsel.

Privacy

The hosted backend at ndasentry.ai is designed around an "evaporates" model:

  • Documents are processed in memory only, never written to disk
  • Reports are cached in RAM for 5 minutes after generation, then deleted
  • No account, no email collection, no document retention

About

Built by Val Tirman at FrontRange Mountain AI LLC. Solo indie effort. The web product runs at https://ndasentry.ai; this MCP server is the agent-facing channel on the same backend.

If you build something with NDASentry MCP, drop a note: frontrangesupport@gmail.com. Genuinely interested in what agents do with this.

License

MIT — see LICENSE file in the repository root.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
Data & Analytics
Registryactive
TransportHTTP
UpdatedMay 25, 2026
View on GitHub

Related Data & Analytics MCP Servers

View all →
veynor-xyz avatar
Veynor — Prediction Market Intelligence

io.github.veynor-xyz/veynor

Prediction market intelligence for AI agents. Live data from Kalshi and Polymarket.
vinaybhosle avatar
ShippingRates MCP Server

io.github.vinaybhosle/shippingrates-mcp-server

Ocean shipping intelligence: D&D, freight rates, vessel schedules, port data. 24 tools, 6 carriers.
virgen101 avatar
xportalx

io.github.virgen101/xportalx

AI agent gateway with web fetching, data extraction, crypto pricing, and x402 payments
volatility avatar
V-Lab

io.github.volatility/vlab-mcp

Volatility, SRISK, CRISK, liquidity, and climate-risk data from NYU Stern's V-Lab.
vosesoftware avatar
ModelRisk

io.github.vosesoftware/modelrisk-mcp

Read, build, fit, and run Monte Carlo risk models in Excel through Vose Software's ModelRisk.
wikatar avatar
Arkolith

io.github.wikatar/arkolith

One key to the world's market data - SEC 13F, insider & congressional trades, with provenance