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
peterod99 avatar

Nynch MCP Server

peterod99/nynch-mcp-server
authHTTPregistry active
Summary

A hosted MCP server that connects Claude to Nynch's relationship-led CRM platform with 42 tools across contact management, pipeline tracking, relationship intelligence, and multi-agent orchestration. You get the usual CRM operations (search contacts, log interactions, move deals through stages) plus relationship scoring across six dimensions, buying committee mapping, and AI-generated next actions. The multi-agent layer lets you register external agents, share context via a key-value store, and hand off tasks between agents with capability matching. Runs over streamable HTTP, requires a Nynch API key with scoped permissions. Reach for this if you're building AI workflows around professional services sales and want relationship context beyond basic contact fields.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
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 →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
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 →

Nynch MCP Server

A hosted Model Context Protocol server that gives AI agents full access to Nynch — a relationship-led growth platform for consultants and professional services firms.

47 tools across 5 categories: CRM read, CRM write, relationship intelligence, context query, and multi-agent orchestration.

Endpoint

https://crcrwtjzqzinfzokianr.supabase.co/functions/v1/mcp-server

Transport: JSON-RPC 2.0 over Streamable HTTP. The server is stateless (no session to manage) and negotiates the protocol version with your client — it speaks 2025-11-25, 2025-06-18, and 2025-03-26.

Quick Start

1. Get an API Key

Sign up at nynch.com, then go to Settings → Integrations → Claude & AI Assistants and create an API key.

Scopes:

  • read — Search, browse, and retrieve data
  • read-write — Read + create, update, delete records
  • admin — Full access including agent orchestration

2. Configure Your Client

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nynch": {
      "url": "https://crcrwtjzqzinfzokianr.supabase.co/functions/v1/mcp-server",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "nynch": {
      "url": "https://crcrwtjzqzinfzokianr.supabase.co/functions/v1/mcp-server",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Python (MCP SDK)
from mcp import ClientSession
from mcp.client.streamable_http import streamablehttp_client

async with streamablehttp_client(
    "https://crcrwtjzqzinfzokianr.supabase.co/functions/v1/mcp-server",
    headers={"Authorization": "Bearer YOUR_API_KEY"}
) as (read, write, _):
    async with ClientSession(read, write) as session:
        await session.initialize()
        result = await session.call_tool("search_contacts", {"query": "Acme Corp"})
        print(result)

3. Start Using Tools

Your AI client discovers available tools automatically. Ask it to search contacts, check your pipeline, create tasks, or analyze relationships.

Tool Catalog

CRM Read (11 tools)

ToolDescription
search_contactsSearch contacts by name, company, or tags
get_contact_contextFull contact context: profile, interactions, activities, notes, network
search_dealsSearch deals by title, stage, or company
get_deal_contextFull deal context: stakeholders, learnings, coaching actions
search_deals_by_inactivityFind stalled deals with no recent activity
get_pipeline_summaryPipeline health: stage distribution, at-risk deals, upcoming closes
get_next_best_actionsAI-powered recommendations for what to do next
get_who_listPeople to reach now, including identified site visitors. Never mention a specific page in outreach
list_bucketsList all buckets (lists/segments)
get_bucket_contactsGet contacts in a specific bucket
get_bucket_game_queueGet contacts waiting to be sorted into buckets

CRM Write (12 tools)

ToolDescription
log_interactionRecord a contact interaction (call, email, meeting, note)
update_deal_stageMove a deal to a new pipeline stage
create_taskCreate a task linked to a contact or deal
create_noteAdd a note to a contact (supports markdown)
create_contactCreate a new contact (auto-links to company by domain)
update_contactUpdate fields on an existing contact
add_contact_to_bucketAdd a contact to a bucket
create_dealCreate a new deal in the pipeline
create_companyCreate a new company
delete_contactSoft-delete a contact (recoverable)
bulk_delete_contactsSoft-delete contacts by tag or ID list
update_commitmentMark a commitment as completed or update details

Relationship Intelligence (11 tools)

ToolDescription
get_authority_scoreAuthority score across 6 dimensions
get_commitmentsCommitments with Say/Do tracking and due dates
get_buying_committeeStakeholder map: roles, influence, sentiment
get_contact_signalsJob changes, company changes, buying intent, identified website visits (no page paths)
get_interaction_historyFull interaction timeline with direction and sentiment
get_relationship_score5-factor relationship strength score
export_context_briefingAI-ready context briefing for any contact or deal
get_relationship_trendsIs engagement growing, stable, or declining?
get_at_risk_relationshipsContacts with dropping scores or no recent contact
get_deal_intelligenceDeal health: velocity, stakeholder coverage, risk factors
get_weekly_briefingWeekly summary: interactions, changes, recommendations

Agent Orchestration (8 tools)

ToolDescription
register_agentRegister an external agent with capabilities and archetype
list_agentsList registered agents with status
agent_heartbeatConfirm agent liveness
write_contextWrite to the shared agent context store
read_contextRead from context store (supports prefix wildcards)
create_handoffRequest another agent to perform a task
get_handoffsGet pending handoffs for your agent
complete_handoffMark a handoff as completed or failed

Context Query (5 tools)

Discover and read bounded slices of Nynch and connected-app context, metadata-first. Read-only — never accepts raw SQL.

ToolDescription
list_context_sourcesList safe read-only context sources available to you
search_context_sourcesSearch context sources by natural-language keyword (metadata only)
describe_context_sourceDescribe one source: purpose, columns, filters, limits, availability
list_context_columnsList selectable columns and allowed filters for one source
query_contextRead a bounded slice from one source via a constrained query object

MCP Resources

URI TemplateDescription
nynch://contacts/{id}Full contact context: profile, score, interactions, network
nynch://deals/{id}Deal context: details, stakeholders, coaching actions
nynch://pipeline/summaryPipeline health overview

Agent Orchestration

Nynch supports multi-agent workflows where AI agents register, share context, and hand off tasks:

  • Register with a name, capabilities, and archetype (producer, consumer, coordinator, critic)
  • Share state via a key-value context store with namespaces and TTLs
  • Route tasks by agent name or capability matching
  • Track liveness with heartbeats

Rate Limits

  • 1,000 requests per hour per API key

Documentation

Full developer documentation: nynch.com/developers

About Nynch

Nynch is a relationship-led growth platform that helps consultants and professional services firms turn relationships into revenue. It combines CRM, relationship intelligence, and AI-powered coaching into a single platform.

License

This repository (documentation and configuration) is released under the MIT License. The Nynch MCP Server itself is a hosted service — no local installation required.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
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 →
Categories
Sales & MarketingAI & LLM ToolsFinance & Commerce
Registryactive
TransportHTTP
AuthRequired
UpdatedApr 27, 2026
View on GitHub

Related Sales & Marketing MCP Servers

View all →
pipeworx-io avatar
Activecampaign

io.github.pipeworx-io/activecampaign

ActiveCampaign MCP Pack — email marketing + CRM (API v3).
pipeworx-io avatar
Companies House

io.github.pipeworx-io/companies-house

Companies House MCP — UK statutory company registry (BYO key)
pipeworx-io avatar
Freshdesk

io.github.pipeworx-io/freshdesk

Freshdesk MCP Pack — helpdesk ticket and contact management via Freshdesk API v2.
pipeworx-io avatar
gamedeals

io.github.pipeworx-io/gamedeals

Gamedeals MCP — wraps CheapShark API (game deal aggregator, no auth required)
pipeworx-io avatar
Leadconnector

io.github.pipeworx-io/leadconnector

LeadConnector / GoHighLevel MCP Pack — wraps the GoHighLevel CRM for AI agents.
pipeworx-io avatar
Odoo

io.github.pipeworx-io/odoo

Odoo MCP Pack — ERP/CRM via Odoo's external JSON-RPC API.