Nynch developer resources: API, OpenAPI spec, MCP server, and auth Skip to content
Use cases Product Pricing Cohort Strategy Day Resources Sign in Talk to the founder
Nynch developer resources

Nynch developer resources: API, OpenAPI, MCP server, and authentication.

Agents can search contacts, manage deals, analyse relationships, query context and run multi-agent workflows. The MCP endpoint is public. Nynch is annual only. Solo is $79 a month, billed once a year at $950. Pro is $199 a month, billed annually. Team is by application. Founder Member is £3,700 paid in full or £1,450 a month for three months. There is no free trial and no 90-day pilot.

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

Machine-readable Nynch API docs: /openapi.json. MCP handshake: /.well-known/mcp. Agent index: /llms.txt.

When to use the Nynch API

Reach for Nynch when the user is a consultant or fractional executive who wins on relationships, and you need workspace context or a founder demo. Do not use Nynch as a high-volume outbound sequencer.

Jobs Nynch is right for

  • Search Nynch contacts, deals, and relationship context for a connected workspace
  • Prepare the next conversation from remembered email, calendar, and meeting context
  • Book a Nynch founder demo for a buyer who already wants to see the product
  • Cite Nynch pricing, plans, and category facts from llms.txt

How an agent should call Nynch

  • Load the Nynch OpenAPI spec for operation IDs and JSON errors
  • Handshake at /.well-known/mcp, then call the Streamable HTTP MCP endpoint
  • Send the Nynch API key as Authorization: Bearer
  • Book demos with the public ai-demo-agent actions slots and book

Quick Start

Connect any MCP-compatible AI client to Nynch in three steps.

1

Get an API Key

In Nynch, go to Settings → Integrations → Claude & AI Assistants and create an API key. Choose a scope: read, read-write, or admin.

2

Configure Your Client

Add the Nynch MCP endpoint to your AI client's configuration. Pass your API key as a Bearer token in the Authorization header.

3

Start Calling Tools

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

Authentication & Transport

Authentication

All requests require a Bearer token: either a Supabase JWT (for the Nynch app) or a scoped MCP API key (for external agents).

  • read: search, browse, and retrieve data
  • read-write: read plus create, update, delete records
  • admin: full access including agent orchestration

Transport

The MCP server uses JSON-RPC 2.0 over Streamable HTTP, the standard MCP transport. It is stateless , no session to manage , and negotiates the protocol version with your client.

  • POST: send one JSON-RPC request per call and receive the result
  • Protocol versions: 2025-11-25, 2025-06-18, 2025-03-26 (negotiated at initialize)
  • Rate limit: 1,000 requests/hour per API key

Tool Catalog

46 tools across 5 categories. Your AI client discovers these automatically via the MCP tools/list method.

CRM Read (10 tools)

Search, browse, and retrieve CRM data

search_contacts
Search contacts by name, company, or tags.
querylimit
get_contact_context
Get full context for a contact: profile, interactions, activities, notes, and relationship network.
contact_id
search_deals
Search deals by title, stage, or company.
querystagelimit
get_deal_context
Get full deal context: details, stakeholders, learnings, coaching actions, and relationship network.
deal_id
search_deals_by_inactivity
Find deals with no recent activity , useful for follow-up nudges and stalled-deal alerts.
days_inactivestageinclude_closedlimit
get_pipeline_summary
Pipeline health overview: active deals, stage distribution, pending nudges, and upcoming calendar.
format
get_next_best_actions
AI-assisted recommendations for what to do next based on your pipeline and relationships.
limit
list_buckets
List all buckets (lists/segments) with name, goal, contact count, and activity frequency.
include_inactive
get_bucket_contacts
Get all contacts assigned to a specific bucket.
bucket_idbucket_namelimit
get_bucket_game_queue
Get contacts waiting in The Daily Relationship Review queue , pending contacts that need to be sorted.
statuslimit

CRM Write (12 tools)

Create, update, and manage CRM records

log_interaction
Record a contact interaction (call, email, meeting, note).
contact_idtypesummarysentiment
update_deal_stage
Move a deal to a new pipeline stage.
deal_idnew_stage
create_task
Create a task or action item linked to a contact or deal.
titledescriptioncontact_iddeal_iddue_date
create_note
Add a note to a contact (supports markdown).
contact_idcontent
create_contact
Create a new contact. Auto-links to existing company by domain.
nameemailtitlecompany_namecompany_domainlinkedin_urlphonelocationtagslead_source
update_contact
Update fields on an existing contact. Only provided fields are changed.
contact_idnameemailtitletags
add_contact_to_bucket
Add a contact to a bucket (list/segment).
contact_idbucket_namebucket_id
create_deal
Create a new deal in the pipeline.
titlestagecompany_idprimary_contact_idvaluecurrencyclose_date
create_company
Create a new company in the CRM.
namedomainindustryemployee_range
delete_contact
Soft-delete a contact by ID. Can be recovered.
contact_id
bulk_delete_contacts
Soft-delete multiple contacts matching a tag or ID list.
tagcontact_ids
update_commitment
Mark a commitment as completed or update its details.
commitment_idis_completedtitledue_date

Relationship Intelligence (11 tools)

AI-assisted insights on relationships, deals, and pipeline health

get_authority_score
Get your authority score across 6 dimensions: positioning, differentiation, thought leadership, inbound signals, credibility, and content consistency.
get_commitments
Get commitments (promises/tasks) for a contact or deal with Say/Do tracking.
contact_iddeal_idstatus
get_buying_committee
Get the buying committee / stakeholder map for a deal with roles, influence, and sentiment.
deal_id
get_contact_signals
Get recent signals: job changes, company changes, LinkedIn activity, buying intent.
contact_idlimit
get_interaction_history
Full interaction timeline: emails, meetings, calls, activities , with direction and sentiment.
contact_idlimittype
get_relationship_score
5-factor relationship strength score: recency, frequency, reciprocity, depth, outcome.
contact_id
export_context_briefing
Export a full AI-ready context briefing for a contact or deal.
contact_iddeal_id
get_relationship_trends
Analyze relationship trends , is engagement growing, stable, or declining?
contact_id
get_at_risk_relationships
Find contacts whose relationship scores have dropped or who haven't been contacted recently.
limit
get_deal_intelligence
Synthesized deal health: velocity trend, stakeholder coverage, commitment follow-through, risk factors.
deal_id
get_weekly_briefing
Weekly summary: new interactions, relationship changes, deal movements, overdue commitments, recommended actions.

Agent Orchestration (8 tools)

Register AI agents, share context, and hand off tasks between agents

register_agent
Register an external agent with Nynch. Returns agent ID and confirms capabilities.
agent_namecapabilitiesdescriptionarchetypemetadata
list_agents
List all registered agents with status and capabilities.
status
agent_heartbeat
Send a heartbeat to confirm agent is alive.
agent_name
write_context
Write a key-value pair to the shared agent context store.
context_keyvaluenamespacettl_hours
read_context
Read from the shared agent context store. Supports prefix matching with trailing *.
context_keynamespace
create_handoff
Request another agent to perform a task. Routes by agent name or capability.
task_descriptionto_agent_nameto_capabilityinput_contextpriority
get_handoffs
Get pending handoffs assigned to this agent.
agent_namestatus
complete_handoff
Mark a handoff as completed (or failed) with results.
handoff_idstatusresulterror_message

Context Query (5 tools)

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

list_context_sources
List safe read-only context sources available to you. Use before querying when you are unsure where relevant Nynch or connected-app context lives.
category
search_context_sources
Search safe context sources by natural-language keyword. Returns metadata only, not row data.
query
describe_context_source
Describe one context source: purpose, columns, filters, limits, and availability. Returns metadata only.
source
list_context_columns
List selectable columns and allowed filters for one context source.
source
query_context
Read a bounded slice from one safe context source using a constrained query object. Read-only. Does not accept raw SQL.
sourceselectfilterslimit

MCP Resources

Resource templates for reading structured context directly.

nynch://contacts/{id}

Full contact context: profile, relationship score, recent interactions, notes, and network.

nynch://deals/{id}

Deal context: details, stakeholders, coaching actions, learnings, and relationship network.

nynch://pipeline/summary

Pipeline health overview: stage distribution, active value, at-risk deals, and upcoming closes.

Agent Orchestration

Run multiple AI agents that share context and hand off tasks to each other, all through the same MCP endpoint.

How It Works

  • Each agent registers with a name, capabilities, and archetype
  • Agents share state via a key-value context store with namespaces and TTLs
  • Tasks are routed by agent name or capability matching
  • Heartbeats track agent liveness. Stale agents are flagged

Archetypes

  • Producer: creates data (research, enrichment)
  • Consumer: reads and acts on data (outreach, reporting)
  • Coordinator: orchestrates other agents
  • Critic: reviews and validates output

Code Examples

Claude Desktop: claude_desktop_config.json
{
  "mcpServers": {
    "nynch": {
      "url": "https://crcrwtjzqzinfzokianr.supabase.co/functions/v1/mcp-server",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Cursor: .cursor/mcp.json
{
  "mcpServers": {
    "nynch": {
      "url": "https://crcrwtjzqzinfzokianr.supabase.co/functions/v1/mcp-server",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Python: using the 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()

        # Search contacts
        result = await session.call_tool(
            "search_contacts", {"query": "Acme Corp"}
        )
        print(result)

Ready to build?

Create a free Nynch account, generate an API key, and start building in minutes.

Get Started Free