<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>MCP (AI Assistant Integration) on GekkoVet Developers</title><link>https://developers.gekkovet.com/docs/mcp/</link><description>Recent content in MCP (AI Assistant Integration) on GekkoVet Developers</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://developers.gekkovet.com/docs/mcp/index.xml" rel="self" type="application/rss+xml"/><item><title>Connecting an AI Assistant</title><link>https://developers.gekkovet.com/docs/mcp/connecting-clients/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://developers.gekkovet.com/docs/mcp/connecting-clients/</guid><description>&lt;h1 id="connecting-an-ai-assistant"&gt;Connecting an AI Assistant&lt;a class="anchor" href="#connecting-an-ai-assistant"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;GekkoVet&amp;rsquo;s MCP server can be connected to any MCP-compatible client. The endpoint and transport are the same for all of them:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;URL:&lt;/strong&gt; &lt;code&gt;https://mcp.gekkovet.workers.dev/mcp&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Transport:&lt;/strong&gt; Streamable-HTTP (recommended) or SSE at &lt;code&gt;/sse&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Auth:&lt;/strong&gt; OAuth 2.0 — handled interactively on first connect&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Below are setup instructions for the most common clients.&lt;/p&gt;
&lt;h2 id="claude-desktop"&gt;Claude Desktop&lt;a class="anchor" href="#claude-desktop"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Claude Desktop currently speaks MCP over local stdio only, so a small bridge is needed to connect it to the remote GekkoVet server. Use &lt;a href="https://www.npmjs.com/package/mcp-remote"&gt;&lt;code&gt;mcp-remote&lt;/code&gt;&lt;/a&gt;:&lt;/p&gt;</description></item><item><title>Authentication</title><link>https://developers.gekkovet.com/docs/mcp/authentication/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://developers.gekkovet.com/docs/mcp/authentication/</guid><description>&lt;h1 id="mcp-authentication"&gt;MCP Authentication&lt;a class="anchor" href="#mcp-authentication"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Unlike the GekkoVet REST API (which uses the client credentials grant), the MCP server authenticates &lt;strong&gt;end-users interactively&lt;/strong&gt; using the OAuth 2.0 authorization code flow. This means every MCP tool call runs on behalf of a real GekkoVet user account — the same account you use to log into GekkoVet itself.&lt;/p&gt;
&lt;p&gt;The AI assistant never sees your GekkoVet password. It only ever holds an opaque access token issued by the MCP server.&lt;/p&gt;</description></item><item><title>Tool Reference</title><link>https://developers.gekkovet.com/docs/mcp/tools/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://developers.gekkovet.com/docs/mcp/tools/</guid><description>&lt;h1 id="tool-reference"&gt;Tool Reference&lt;a class="anchor" href="#tool-reference"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Every tool exposed by the GekkoVet MCP server is listed here, grouped by domain. The AI assistant chooses tools automatically based on what you ask — this reference is primarily for understanding capabilities and debugging.&lt;/p&gt;
&lt;p&gt;Tool definitions are generated from the same function registry that powers GekkoVet&amp;rsquo;s own assistants, so the canonical list always matches what&amp;rsquo;s running in production. To see the exact JSON schema for a given tool, invoke &lt;code&gt;tools/list&lt;/code&gt; via the MCP Inspector.&lt;/p&gt;</description></item></channel></rss>