Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Nynch MCP Server
Nynch MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/8/2026, 1:02:40 AM

Nynch MCP Server

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

CRM, relationship intelligence, and multi-agent orchestration for AI agents.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "nynch-mcp-server": {
      "url": "https://modelcontextprotocol.io"
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

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

Code
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:

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:

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

Python (MCP SDK)

server.ts
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.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Sleepwalker logoSleepwalker

    AI Visibility and Content Intelligence tools for Claude and MCP-compatible agents.

    πŸ’» Developer Tools0 views
    Compare vs Sleepwalker β†’
  • Moltbridge logoMoltbridge

    Network intelligence for AI agents. Broker discovery and capability matching.

    πŸ’» Developer Tools0 views
    Compare vs Moltbridge β†’
  • Codealive MCP logoCodealive MCP

    Semantic code search and analysis from CodeAlive for AI assistants and agents.

    πŸ’» Developer Tools0 views
    Compare vs Codealive MCP β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Nynch MCP Server

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "nynch-mcp-server": { "command": "npx", "args": ["-y", "Nynch MCP Server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewNynch MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/nynch-mcp-server?style=directory)](https://allmcps.com/mcp/nynch-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/nynch-mcp-server"><img src="https://allmcps.com/api/badge/nynch-mcp-server?style=directory" alt="Nynch MCP Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
35Quality signal: Fair Β· 35/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools15/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Nynch MCP Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code