SYSTEM Cited by 1 source
Pinterest Knowledge MCP Server¶
Definition¶
Pinterest Knowledge MCP Server is Pinterest's general-purpose knowledge endpoint exposed as an MCP server — the primary substrate for agents to reach for institutional knowledge, documentation, and debugging context (Source: sources/2026-03-19-pinterest-building-an-mcp-ecosystem-at-pinterest).
Role¶
"Knowledge MCP server: a general-purpose knowledge endpoint (used by our internal AI bot for company knowledge and Q&A and other agents to answer documentation and debugging questions across internal sources), so agents can reach for institutional knowledge with the same ease as calling a tool."
Two named consumers:
- Internal AI bot — uses Knowledge MCP as its primary Q&A substrate for company knowledge.
- Other agents — reach into it for documentation + debugging questions across internal sources.
The design philosophy matches Dropbox's Dash MCP Server ("one retrieval tool over a unified index") — rather than N bespoke per-source tools (Confluence tool + Slack tool + wiki tool + …), expose one knowledge endpoint backed by a unified-search substrate. Sibling wiki instance of unified retrieval tool.
Seen in¶
- sources/2026-03-19-pinterest-building-an-mcp-ecosystem-at-pinterest — canonical wiki instance. Named as one of three seed high-leverage MCP servers (alongside Presto and Spark).
Related¶
- systems/model-context-protocol — the protocol.
- systems/pinterest-mcp-registry — the registry this server lists in.
- systems/dash-mcp-server — Dropbox sibling with explicit unified-index framing.
- patterns/hosted-mcp-ecosystem — umbrella pattern.
- patterns/unified-retrieval-tool — the retrieval-tool-consolidation pattern.
- companies/pinterest.