Centric Demo MCP
A public demo MCP server that exposes Centric RM tools (list contacts, brief, draft, radar, temperature check) with a frozen fictional cast, safe for registry listing.
README
Centric Demo MCP
Try Centric's relationship intelligence from any MCP-compatible AI assistant — Claude, ChatGPT, Cursor, and others. This demo server runs against a sample book of business with fictional contacts, so you can experience the product with no signup and no real data.
Centric is a relationship intelligence platform for people-facing professionals — relationship managers, client leads, and the teams who support them. It reads the state of a relationship and tells you what matters before your next interaction.
What you can try
Connect the server and ask your assistant to:
- List the sample contacts — a demo book of business to explore.
- Get a contact's relationship health — five dimensions (Clarity, Cadence, Responsiveness, Bench Strength, Meaningful Moments), each shown as Red / Yellow / Green.
- Brief me on a contact — a synthesized read before you reach out: what to open with, what to be aware of.
- Draft outreach — email, text, LinkedIn, or talking points, grounded in the contact's context.
- See the relationship radar — the five dimensions at a glance.
- Run a temperature check — the quick "how did that interaction feel?" loop.
Everything here runs on fictional data. The hero contact is Isabella Chen (SVP Partnerships, Meridian Group); the demo relationship manager is Marcus Johnson.
Connect
This is a remote server — there's nothing to install. Point your MCP client at:
https://centric-demo-mcp-808053805730.us-central1.run.app/mcp
Most assistants let you add a remote MCP server in their settings. If your client needs a config entry, use:
{
"mcpServers": {
"centric-demo": {
"url": "https://centric-demo-mcp-808053805730.us-central1.run.app/mcp"
}
}
}
For clients that connect through the mcp-remote bridge instead:
{
"mcpServers": {
"centric-demo": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://centric-demo-mcp-808053805730.us-central1.run.app/mcp"]
}
}
}
The full product
This demo shows the individual experience against sample data. The full Centric platform connects to your team's real book of business, with organizational controls, privacy safeguards, and the manager and coaching tools that make it a system of record — not just a lookup.
Learn more at getcentric.ai.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.