streamable-httpupdated 1mo ago
Assay Truth Graph MCP is a remote MCP server for GTM teams that need AI agents to work from governed, cited company truth.
What can you do with Assay Truth Graph MCP?
Assay Truth Graph MCP
Assay Truth Graph MCP is a remote MCP server for GTM teams that need AI agents to work from governed, cited company truth.
Assay turns positioning, proof points, brand voice, personas, collateral context, and validation rules into a governed Truth Graph. The remote MCP server hands that context to Claude, ChatGPT, Cursor, Claude Code, Codex, and other MCP clients without copying company facts into each agent.
The server has full parity with the Assay app. What the team does in the
product, your agents can do here: 48 registered tools spanning Truth Graph
search and governed mutation, content validation, collateral, AI search and
GEO, readiness simulation, pre-call briefs, and review and promotion. Call
tools/list on the live endpoint for the current surface.
Connect
Use the remote streamable HTTP endpoint:
https://app.assay.wiki/api/mcp/v2/mcp
Claude Code:
claude mcp add --transport http assay-truth-graph https://app.assay.wiki/api/mcp/v2/mcp
Generic MCP config:
{
"mcpServers": {
"assay-truth-graph": {
"type": "http",
"url": "https://app.assay.wiki/api/mcp/v2/mcp"
}
}
}
OAuth opens in the browser on first use for interactive clients. Headless agents can authenticate with an org API key from Assay Settings.
Replit one-click install:
Codex repo marketplace:
codex plugin marketplace add Assay-Org/assay-truth-graph-mcp
Then install the Assay Truth Graph plugin from Codex Plugins.
What Agents Can Do
- Get verified GTM context for customer-facing drafts.
- Search the Truth Graph with provenance and caller-aware context shaping.
- Validate draft content against approved facts and guardrails before it ships.
- Create or update Truth Graph records through dry-run and human-approved plan-token workflows.
- Generate grounded collateral drafts in quarantine, with preview and export gates, and re-render them when the underlying story changes.
- Run the AI search and GEO workspace: briefs, artifacts, evidence, goals, hosted sites, and approval-gated publishing.
- Run readiness simulations and build pre-call briefs.
- Review, approve, and promote through the same gates the app uses.
Two entitlement lanes are enforced server-side. mcp_access covers read and
verification tools on Free and above. mcp_control_access covers write and run
tools on Scale and above. Writes are dry-run by default and mint a single-use,
expiring plan token that must be confirmed. Pricing, policy, proof, and identity
kinds are refused for autonomous mutation, and unmapped kinds fail closed.
Links
- Product: https://assay.wiki/
- MCP docs: https://assay.wiki/mcp/
- Trust center: https://assay.wiki/trust/
- Privacy: https://assay.wiki/legal/privacy/
- Settings: https://app.assay.wiki/settings
- Manual listing checklist: ./MANUAL-SUBMISSION-CHECKLIST.md
- Directory tracker: ./DIRECTORY-SUBMISSIONS.md
Directory Copy
Short description (standard field):
Ranked, governed, cited GTM context for your agents, on one living source of truth.
Short description (hard short limits, 47 chars):
Governed, cited GTM context for your AI agents.
Company one-liner (about-the-company slots):
Elite AI GTM team on one living source of truth.
Tags:
MCP, Model Context Protocol, remote MCP server, GTM, go-to-market, marketing,
sales, content, SEO, brand, positioning, messaging, sales enablement,
content governance, AI governance, compliance, truth graph, provenance,
knowledge graph, Claude, ChatGPT, Cursor
Install
Add Assay Truth Graph MCP to your client. Pick the one you use.
claude mcp add --transport http assay-truth-graph-mcp https://app.assay.wiki/api/mcp/v2/mcpcodex mcp add assay-truth-graph-mcp --url https://app.assay.wiki/api/mcp/v2/mcp{
"mcpServers": {
"assay-truth-graph-mcp": {
"url": "https://app.assay.wiki/api/mcp/v2/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"assay-truth-graph-mcp": {
"type": "http",
"url": "https://app.assay.wiki/api/mcp/v2/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"assay-truth-graph-mcp": {
"url": "https://app.assay.wiki/api/mcp/v2/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"assay-truth-graph-mcp": {
"serverUrl": "https://app.assay.wiki/api/mcp/v2/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust9/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 32 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Jun 15, 2026 |