{"name":"fern-docs-mcp-server","version":"1.0.0","description":"MCP server for https://buildwithfern.com documentation. Provides AI-powered search over the documentation.","transport":"streamable-http","tools":[{"name":"searchDocs","description":"Search the documentation at https://buildwithfern.com. Returns ranked results with title, url, section anchor and a snippet, in rank order. Use fetchPage to read a result in full.","annotations":{"title":"Search buildwithfern.com Docs","readOnlyHint":true},"inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"The search query to run against the docs"},"topK":{"type":"integer","description":"How many results to return (default 8, max 20)"}},"required":["query"]}},{"name":"fetchPage","description":"Read one page of the documentation at https://buildwithfern.com as markdown. Takes a path or url from a searchDocs result.","annotations":{"title":"Fetch a buildwithfern.com Docs page","readOnlyHint":true},"inputSchema":{"type":"object","properties":{"path":{"type":"string","description":"Path or absolute url of the page to read, as returned in a searchDocs result's `url`"}},"required":["path"]}}],"usage":{"claudeCode":"claude mcp add --transport http fern_mcp_buildwithfern-com https://buildwithfern.com/_mcp/server","cursor":"Add \"https://buildwithfern.com/_mcp/server\" to your MCP server configuration","generic":"POST JSON-RPC 2.0 messages to this URL"}}