{
  "markdown": "# ProductNow MCP Server\n\n[![Status](https://status.productnow.ai/badge/v2?variant=outline)](https://status.productnow.ai/)\n\n**Your team's knowledge warehouse.**\n\nProductNow is the cross-vendor storage layer that joins your tools into one\nliving knowledge layer that AI can actually use. This hosted Model Context\nProtocol (MCP) server makes that knowledge layer available wherever you and your\nteam already work — through MCP clients that authenticate with OAuth and operate\nas the signed-in ProductNow user.\n\nThis repository is a public metadata and documentation package for marketplace\nsubmissions. It does not contain the ProductNow application source code or the\nMCP server implementation.\n\n[![MCP Registry](https://img.shields.io/badge/MCP_Registry-Listed-success)](https://registry.modelcontextprotocol.io/?q=ProductNow)\n[![Smithery](https://img.shields.io/badge/Smithery-Listed-success)](https://smithery.ai/servers/productnow)\n[![PulseMCP](https://img.shields.io/badge/PulseMCP-Listed-success)](https://www.pulsemcp.com/servers/productnow)\n[![Glama](https://img.shields.io/badge/Glama-Listed-success)](https://glama.ai/mcp/connectors/ai.productnow/productnow)\n\n## Server\n\n| Field | Value |\n| --- | --- |\n| Name | `ai.productnow/productnow` |\n| Title | ProductNow |\n| Version | `1.0.0` |\n| Transport | Streamable HTTP |\n| Endpoint | `https://api.productnow-prod.com/mcp` |\n| Authentication | OAuth 2.0 via Auth0 |\n| Required scope | `mcp:use` |\n| Product app | `https://app.productnow.ai` |\n| Marketing site | `https://productnow.ai` |\n\n## What It Does\n\nProductNow connects the tools where knowledge already lives and turns that\nsignal into structured, queryable knowledge — the living picture of your\norganization. Through MCP, people and AI agents can search that knowledge\nwarehouse, curate shareable knowledge packs, and collaborate on documents from\nthe clients they already use.\n\nThe MCP server exposes ProductNow workspace operations to compatible AI clients:\n\n- Search the knowledge warehouse for grounded, citeable evidence excerpts.\n- Narrow searches by folder, document creator, or last-edited date range, or\n  search ProductNow product help specifically.\n- Fetch, create, and iterate on ProductNow documents via draft chat.\n- Move drafts into review and participate in comment threads.\n- Browse and create folders; import prototypes and allocate media upload slots.\n- Curate shareable knowledge packs when the feature is enabled for the org.\n- Manage ProductNow help documents when the caller is a ProductNow org member.\n\nSee [docs/TOOLS.md](docs/TOOLS.md) and [tools.json](tools.json) for the full\npublic tool catalog (21 tools).\n\n> **Note:** The tool catalog in this repository was refreshed from the backend\n> MCP source on 2026-09-01. The live server's `tools/list` response remains the\n> runtime source of truth for connected clients. Some tools are gated by\n> organization membership or feature flags and may not appear for every user.\n\n## Quick Start\n\nUse any MCP client that supports remote Streamable HTTP servers and OAuth\ndiscovery.\n\n```json\n{\n  \"mcpServers\": {\n    \"productnow\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://api.productnow-prod.com/mcp\"\n    }\n  }\n}\n```\n\nWhen the client first connects, ProductNow returns an OAuth challenge that points\nthe client to public discovery metadata. The client should complete the browser\nlogin flow and then send the issued bearer token to the MCP endpoint.\n\nSee [docs/CLIENT_CONFIGURATION.md](docs/CLIENT_CONFIGURATION.md) for additional\nconfiguration examples.\n\n## Authentication And Discovery\n\nProductNow supports standard protected-resource discovery for MCP clients:\n\n- MCP endpoint: `https://api.productnow-prod.com/mcp`\n- Protected resource metadata:\n  `https://api.productnow-prod.com/.well-known/oauth-protected-resource`\n- MCP-specific protected resource metadata:\n  `https://api.productnow-prod.com/.well-known/oauth-protected-resource/mcp`\n- Authorization server metadata redirect:\n  `https://api.productnow-prod.com/.well-known/oauth-authorization-server`\n\nUnauthenticated requests receive a `401` response with a `WWW-Authenticate`\nchallenge containing the protected-resource metadata URL.\n\nSee [docs/AUTHENTICATION.md](docs/AUTHENTICATION.md) for details.\n\n## Marketplace Metadata\n\nThis repository includes public files commonly used by MCP directories and\nmarketplaces:\n\n- [server.json](server.json): official MCP Registry metadata.\n- [mcp.json](mcp.json): general listing metadata for GitHub-based scrapers.\n- [tools.json](tools.json): public tool catalog with safety annotations and\n  output-schema availability.\n- [.well-known/glama.json](.well-known/glama.json): reference copy of Glama\n  ownership metadata. The authoritative copy is served from the ProductNow API\n  domain.\n- [assets/productnow-icon.png](assets/productnow-icon.png): square icon.\n- [assets/productnow-logo.png](assets/productnow-logo.png): full logo.\n\n## Security And Permissions\n\nAll tool calls run as the authenticated ProductNow user. ProductNow applies its\nnormal organization, workspace, document, and comment permissions to MCP\nrequests. Clients should treat write tools as consequential actions and ask for\nuser confirmation when appropriate.\n\nSee [docs/PRIVACY_AND_PERMISSIONS.md](docs/PRIVACY_AND_PERMISSIONS.md).\n\n## Support\n\nFor MCP listing or integration questions, contact `support@productnow.ai`.\n",
  "bytes": 5388,
  "sha": "62743e5c9529d46638e046f5c3e2281976dc4c2327c2775c90c1b08947486e31",
  "repo_slug": "productnowai/productnow-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_ai_productnow_productnow_266187a4/readme"
}