{"id":81430,"date":"2026-07-14T12:09:14","date_gmt":"2026-07-14T16:09:14","guid":{"rendered":"https:\/\/memberpress.com\/docs\/ai-foundation-overview\/"},"modified":"2026-07-14T12:09:14","modified_gmt":"2026-07-14T16:09:14","slug":"ai-foundation-overview","status":"publish","type":"ht_kb","link":"https:\/\/memberpress.com\/pt\/docs\/ai-foundation-overview\/","title":{"rendered":"Vis\u00e3o geral e guia de configura\u00e7\u00e3o do MemberPress AI Foundation"},"content":{"rendered":"\n<p>MemberPress AI Foundation adds an AI integration layer to MemberPress sites. The plugin exposes MemberPress functionality through the Model Context Protocol (MCP). AI clients such as Claude Desktop and Cursor then manage memberships, members, transactions, and content through natural language.<\/p>\n\n\n\n<p>This guide covers what AI Foundation provides, where it fits in the MemberPress AI Suite, the prerequisites, the installation steps, and a brief MCP Setup Wizard overview.<\/p>\n\n\n\n<p><strong>Terminology note:<\/strong> The plugin is \u201cAI Foundation,\u201d not \u201cMCP.\u201d MCP is one of four capabilities the plugin provides. Documentation refers to the plugin as \u201cAI Foundation\u201d and to the protocol as \u201cMCP.\u201d Future MemberPress AI Suite plugins will share AI Foundation infrastructure without necessarily exposing MCP themselves.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-ai-foundation-provides\"><a href=\"#what-ai-foundation-provides\">What AI Foundation Provides<\/a><\/h2>\n\n\n\n<p>AI Foundation ships four customer-visible capabilities plus a supporting infrastructure layer.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"components-at-a-glance\"><a href=\"#components-at-a-glance\">Components at a Glance<\/a><\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Component<\/th><th>What it does<\/th><th>Endpoint or location<\/th><\/tr><\/thead><tbody><tr><td>MCP server<\/td><td>Exposes the MCP tool catalog via JSON-RPC 2.0 \u2014 41 core tools, more with add-ons<\/td><td><strong><code>\/wp-json\/mp-mcp\/v1\/mcp<\/code><\/strong><\/td><\/tr><tr><td>Public MCP endpoint<\/td><td>Exposes 4 read-only catalog tools without authentication<\/td><td><strong><code>\/wp-json\/mp-mcp\/v1\/public-mcp<\/code><\/strong><\/td><\/tr><tr><td>AI Credits system<\/td><td>Meters Mastermind-powered generation (not MCP)<\/td><td>WordPress admin bar + dashboard widget<\/td><\/tr><tr><td>Agent safety layer<\/td><td>Four measures that govern destructive operations<\/td><td>Built into the MCP server<\/td><\/tr><tr><td>Authentication system<\/td><td>OAuth 2.1 PKCE, Bearer tokens, Application Passwords<\/td><td><strong><code>\/wp-json\/mp-mcp\/v1\/authorize<\/code><\/strong> + <strong><code>\/token<\/code><\/strong><\/td><\/tr><tr><td>Shared PHP service layer<\/td><td>Foundation services for plugin developers<\/td><td><strong><code>mpai()<\/code><\/strong> global + <strong><code>MemberPressAI\\Foundation<\/code><\/strong> facade<\/td><\/tr><tr><td>Abilities API integration<\/td><td>Tools also expose through the WordPress.org MCP Adapter<\/td><td>Registers on WordPress 6.9+ only<\/td><\/tr><tr><td>Admin UI<\/td><td>Setup, clients, settings, credits<\/td><td><strong>MemberPress > AI Settings<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"mcp-server\"><a href=\"#mcp-server\">MCP Server<\/a><\/h3>\n\n\n\n<p>The MCP server exposes its tool catalog via JSON-RPC 2.0 at <strong><code>\/wp-json\/mp-mcp\/v1\/mcp<\/code><\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>41 core tools<\/strong> \u2014 members, memberships, subscriptions, transactions, rules, coupons, reports, content, webhooks, reminders, imports, system info, AI data analysis;<\/li>\n\n\n\n<li><strong>13 add-on conditional tools<\/strong> \u2014 register when the corresponding add-on is active: Courses (8), Corporate Accounts (3), Downloads (2);<\/li>\n\n\n\n<li><strong>4 public read-only tools<\/strong> \u2014 covered by the separate public endpoint below.<\/li>\n<\/ul>\n\n\n\n<p>The authenticated catalog therefore varies by site: 41 tools on a core-only install, up to <strong>54<\/strong> with every supported add-on active. A lower count on a given site reflects its add-ons, not a broken installation.<\/p>\n\n\n\n<p>Each tool declares a required scope and a required WordPress capability. The server checks both before dispatching. Write tools default to preview. Destructive writes require a confirmation token. See the <strong><a href=\"https:\/\/memberpress.com\/docs\/mcp-tools-reference\/\" target=\"_blank\" rel=\"noopener\">MCP Tools Reference<\/a><\/strong> for the full inventory.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"public-mcp-endpoint\"><a href=\"#public-mcp-endpoint\">Public MCP Endpoint<\/a><\/h3>\n\n\n\n<p>The public endpoint at <strong><code>\/wp-json\/mp-mcp\/v1\/public-mcp<\/code><\/strong> exposes up to 4 read-only tools without authentication: <strong><code>memberpress_list_memberships<\/code><\/strong> and <strong><code>memberpress_get_membership<\/code><\/strong> on every install, plus <strong><code>memberpress_list_courses<\/code><\/strong> and <strong><code>memberpress_get_course<\/code><\/strong> while MemberPress Courses is active.<\/p>\n\n\n\n<p>Key behavior:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Disabled by default. Site administrators opt in through the AI Settings page;<\/li>\n\n\n\n<li>Returns <strong><code>404<\/code><\/strong> when disabled. The <strong><code>\/.well-known\/mcp.json<\/code><\/strong> discovery document also stays hidden;<\/li>\n\n\n\n<li>Exposes only published memberships and courses the administrator opts in to. Never exposes member data;<\/li>\n\n\n\n<li>Per-product opt-out available on each membership and course edit screen.<\/li>\n<\/ul>\n\n\n\n<p>Use case: prospective customers ask an AI client about available membership plans without credentials.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"ai-credits-system\"><a href=\"#ai-credits-system\">AI Credits System<\/a><\/h3>\n\n\n\n<p>AI Credits meter Mastermind-powered AI generation. Course Copilot consumes credits when generating course content.<\/p>\n\n\n\n<p><strong>MCP tool calls do not consume credits.<\/strong> Every tool on both MCP endpoints runs free regardless of credit balance.<\/p>\n\n\n\n<p>The credits dashboard appears in two places:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A balance indicator in the WordPress admin bar;<\/li>\n\n\n\n<li>A widget on the main WordPress dashboard.<\/li>\n<\/ul>\n\n\n\n<p>Purchases use the same Stripe-powered checkout as Course Copilot.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"agent-safety-layer\"><a href=\"#agent-safety-layer\">Agent Safety Layer<\/a><\/h3>\n\n\n\n<p>Four measures prevent destructive operations from running unchecked.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Measure<\/th><th>Name<\/th><th>What it does<\/th><\/tr><\/thead><tbody><tr><td>A<\/td><td>Confirmation tokens<\/td><td>Destructive write tools require a two-call flow: first call returns a preview plus a single-use token; second call must include the token<\/td><\/tr><tr><td>B<\/td><td>Dry-run defaults<\/td><td>Write tools default to preview. The AI client opts in to execute via <strong><code>execute: true<\/code><\/strong> (non-destructive) or the confirmation token flow (destructive)<\/td><\/tr><tr><td>C<\/td><td>Granular scopes<\/td><td>Connection tokens carry specific scopes (<strong><code>read<\/code><\/strong>, <strong><code>write:members<\/code><\/strong>, <strong><code>write:billing<\/code><\/strong>, <strong><code>write:imports<\/code><\/strong>, <strong><code>write:webhooks<\/code><\/strong>, <strong><code>write:content<\/code><\/strong>, <strong><code>write:courses<\/code><\/strong>) rather than blanket access<\/td><\/tr><tr><td>D<\/td><td>Kill switch<\/td><td>Administrators pause every destructive write from the Connected Clients admin page. Paused destructive calls return <strong><code>WRITES_PAUSED<\/code><\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Destructive tools requiring Measure A: <strong><code>delete_member<\/code><\/strong>, <strong><code>refund_transaction<\/code><\/strong>, <strong><code>delete_webhook<\/code><\/strong>, <strong><code>reset_course_progress<\/code><\/strong>, <strong><code>manage_sub_account<\/code><\/strong>, <strong><code>manage_subscription<\/code><\/strong>.<\/p>\n\n\n\n<p>See the <strong><a href=\"https:\/\/memberpress.com\/docs\/ai-foundation-safety-measures\/\" target=\"_blank\" rel=\"noopener\">Agent Safety Measures Reference<\/a><\/strong> for full coverage of each measure.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"supporting-infrastructure\"><a href=\"#supporting-infrastructure\">Supporting Infrastructure<\/a><\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Surface<\/th><th>Purpose<\/th><\/tr><\/thead><tbody><tr><td>Authentication<\/td><td>OAuth 2.1 PKCE (S256) primary; Bearer tokens via wizard; Application Passwords fallback<\/td><\/tr><tr><td>Service layer<\/td><td><strong><code>mpai()<\/code><\/strong> global and <strong><code>MemberPressAI\\Foundation<\/code><\/strong> facade for plugin developers<\/td><\/tr><tr><td>Abilities API integration<\/td><td>Registers on WordPress 6.9+; tools also expose through the WordPress.org MCP Adapter<\/td><\/tr><tr><td>Admin UI<\/td><td>Four tabs at <strong>MemberPress > AI Settings<\/strong>: MCP Setup Wizard, MCP Connected Clients, MCP Settings, AI Credits<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure data-wp-context=\"{\"imageId\":\"6a573449d6072\"}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a573449d6072\" class=\"wp-block-image size-full wp-lightbox-container\"><img decoding=\"async\" width=\"2545\" height=\"1316\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-ai-settings-tabs.png\" alt=\"The AI Settings page showing all four tabs\" class=\"wp-image-81412\" srcset=\"https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-ai-settings-tabs.png 2545w, https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-ai-settings-tabs-300x155.png 300w, https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-ai-settings-tabs-1024x530.png 1024w, https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-ai-settings-tabs-768x397.png 768w, https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-ai-settings-tabs-50x26.png 50w, https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-ai-settings-tabs-1536x794.png 1536w, https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-ai-settings-tabs-2048x1059.png 2048w, https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-ai-settings-tabs-329x170.png 329w, https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-ai-settings-tabs-840x434.png 840w, https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-ai-settings-tabs-1216x629.png 1216w, https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-ai-settings-tabs-1832x947.png 1832w, https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-ai-settings-tabs-700x362.png 700w, https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-ai-settings-tabs-156x81.png 156w, https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-ai-settings-tabs-1080x558.png 1080w\" sizes=\"(max-width: 2545px) 100vw, 2545px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Ampliar\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"mcp-settings\"><a href=\"#mcp-settings\">MCP Settings<\/a><\/h3>\n\n\n\n<p>The <strong>MCP Settings<\/strong> tab holds the server's configuration controls:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Setting<\/th><th>Default<\/th><th>Purpose<\/th><\/tr><\/thead><tbody><tr><td>Access ceiling<\/td><td>Read Only<\/td><td>Caps the scope any new connection can receive. Write scopes are only available when set to Full Access. The setup wizard hides write options while this is Read Only. See the <a href=\"https:\/\/memberpress.com\/docs\/ai-foundation-safety-measures\/\" target=\"_blank\" rel=\"noopener\">Agent Safety Measures Reference<\/a><\/td><\/tr><tr><td>Token Expiration<\/td><td>Never<\/td><td>Lifetime of issued connection tokens. \u201cNever\u201d issues non-expiring tokens<\/td><\/tr><tr><td>Log Retention<\/td><td>30 days<\/td><td>How long the MCP activity log retains entries<\/td><\/tr><tr><td>MCP Access Roles<\/td><td>Administrator<\/td><td>Which WordPress user roles may connect AI clients via MCP. Administrator is always enabled; other roles are opt-in. Per-user overrides are available with the Members plugin<\/td><\/tr><tr><td>Rate Limiting<\/td><td>Enabled, 120 requests per minute<\/td><td>Limits MCP requests per token per minute on the authenticated endpoint. The limit is configurable, and rate limiting can be disabled entirely<\/td><\/tr><tr><td>Enable public AI catalog endpoint<\/td><td>Off<\/td><td>Exposes the unauthenticated public catalog (see <a href=\"#public-mcp-endpoint\">Public MCP Endpoint<\/a> above)<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>The access ceiling is the most consequential control: it is the gate that determines whether a connection can write at all. Changing it does not alter existing connections \u2014 a connection's scope is fixed when it is created, so raising the ceiling and granting writes requires issuing a new connection.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"the-memberpress-ai-suite\"><a href=\"#the-memberpress-ai-suite\">The MemberPress AI Suite<\/a><\/h2>\n\n\n\n<p>AI Foundation is the first plugin in the <strong>MemberPress AI Suite<\/strong> \u2014 a planned family of AI-powered add-ons covering the full MemberPress content lifecycle.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Plugin<\/th><th>Status<\/th><\/tr><\/thead><tbody><tr><td>MemberPress AI Course Generator (Course Copilot)<\/td><td>Shipped Q1 2026 \u2014 consumes AI Foundation<\/td><\/tr><tr><td>MemberPress AI Foundation<\/td><td>Shipped July 2026 (this documentation)<\/td><\/tr><tr><td>Co-Pilot V2<\/td><td>Scope defined, post-launch development<\/td><\/tr><tr><td>Content Intelligence<\/td><td>Pitch review<\/td><\/tr><tr><td>AI Mentor<\/td><td>Pitch review<\/td><\/tr><tr><td>Content Repurpose<\/td><td>Idea stage<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Future AI Suite products will use AI Foundation from day one. For site administrators, installing additional AI Suite plugins later requires:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>No duplicate connections;<\/li>\n\n\n\n<li>No duplicate credit purchases;<\/li>\n\n\n\n<li>No duplicate AI client configuration.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"prerequisites\"><a href=\"#prerequisites\">Prerequisites<\/a><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Requirement<\/th><th>Minimum<\/th><th>Notes<\/th><\/tr><\/thead><tbody><tr><td>WordPress<\/td><td>6.5<\/td><td>Abilities API integration requires 6.9+. On older versions the MCP server still works fully, without ability registrations<\/td><\/tr><tr><td>PHP<\/td><td>8.0<\/td><td>Matches the MemberPress core PHP requirement<\/td><\/tr><tr><td>MemberPress core<\/td><td>Active install<\/td><td>AI Foundation depends on MemberPress for the data model<\/td><\/tr><tr><td>HTTPS<\/td><td>Required for production<\/td><td>OAuth 2.1 requires HTTPS. Local development can use HTTP for testing only<\/td><\/tr><tr><td>Permalinks<\/td><td>Post name or richer<\/td><td>The MCP endpoints use the WordPress REST API, which requires non-default permalinks<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Optional add-ons unlock additional tools when active:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Add-on<\/th><th>Tools added<\/th><\/tr><\/thead><tbody><tr><td>MemberPress Courses<\/td><td>8 tools: <strong><code>get_course<\/code><\/strong>, <strong><code>list_courses<\/code><\/strong>, <strong><code>get_lesson<\/code><\/strong>, <strong><code>list_lessons<\/code><\/strong>, <strong><code>get_student_progress<\/code><\/strong>, <strong><code>list_course_students<\/code><\/strong>, <strong><code>complete_lesson<\/code><\/strong>, <strong><code>reset_course_progress<\/code><\/strong><\/td><\/tr><tr><td>MemberPress Corporate Accounts<\/td><td>3 tools: <strong><code>get_corporate_account<\/code><\/strong>, <strong><code>list_sub_accounts<\/code><\/strong>, <strong><code>manage_sub_account<\/code><\/strong><\/td><\/tr><tr><td>MemberPress Downloads<\/td><td>2 tools: <strong><code>list_downloads<\/code><\/strong>, <strong><code>get_download_stats<\/code><\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>The AI Foundation tool registry uses a <strong><code>class_exists()<\/code><\/strong> check for each add-on. When an add-on is inactive, the add-on's tools do not appear in the <strong><code>tools\/list<\/code><\/strong> response.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"installation\"><a href=\"#installation\">Installation<\/a><\/h2>\n\n\n\n<p>AI Foundation installs through the standard MemberPress add-ons workflow: open <strong>MemberPress > Add-ons<\/strong>, locate the <strong>AI Foundation<\/strong> card, and click <strong>Install Add-on<\/strong>. For a site that cannot reach the download servers, upload the plugin ZIP from the MemberPress account portal through <strong>Plugins > Add New > Upload Plugin<\/strong>.<\/p>\n\n\n\n<p>The plugin slug is <strong><code>memberpress-ai-foundation<\/code><\/strong>. The main plugin file is <strong><code>memberpress-ai-foundation\/memberpress-ai-foundation.php<\/code><\/strong>.<\/p>\n\n\n\n<p>After activation, <strong>MemberPress > AI Settings<\/strong> appears in the admin sidebar with <strong>MCP Setup Wizard<\/strong> as its first tab. To confirm the endpoint is live, request the MCP server at <strong><code>https:\/\/[site-url]\/wp-json\/mp-mcp\/v1\/mcp<\/code><\/strong> without authentication; a live endpoint returns a <strong><code>401<\/code><\/strong> Unauthorized response. If activation fails, see <strong><a href=\"https:\/\/memberpress.com\/docs\/mcp-errors-troubleshooting\/\" target=\"_blank\" rel=\"noopener\">MCP Errors and Troubleshooting<\/a><\/strong> for diagnosis steps.<\/p>\n\n\n\n<p>For the full end-user walkthrough with screenshots \u2014 installation, access level, and connecting Claude Desktop \u2014 see <strong><a href=\"https:\/\/memberpress.com\/docs\/setting-up-claude-desktop-with-memberpress\/\" target=\"_blank\" rel=\"noopener\">Setting Up Claude Desktop With MemberPress<\/a><\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"mcp-setup-wizard-brief-overview\"><a href=\"#mcp-setup-wizard-brief-overview\">MCP Setup Wizard (Brief Overview)<\/a><\/h2>\n\n\n\n<p>The MCP Setup Wizard at <strong>MemberPress > AI Settings > MCP Setup Wizard<\/strong> guides each connection through four steps. The access level is set separately in <strong>MCP Settings<\/strong> and governs which scopes the wizard offers.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Step<\/th><th>Purpose<\/th><th>Key actions<\/th><\/tr><\/thead><tbody><tr><td>1. Welcome<\/td><td>Show existing setup details<\/td><td>Click <strong>Get Started<\/strong><\/td><\/tr><tr><td>2. Access<\/td><td>Reflect the access level set in MCP Settings<\/td><td>Read is always granted; write scopes appear only when the access level is <strong>Full Access<\/strong>; Click <strong>Continue<\/strong><\/td><\/tr><tr><td>3. Connect<\/td><td>Copy the server URL and connect the client<\/td><td>Copy the MCP server URL; complete the connection in the client (Claude Desktop uses its Connectors panel); approve the OAuth authorization<\/td><\/tr><tr><td>4. Done<\/td><td>Confirm the connection<\/td><td>Review the connection summary; Click <strong>Done<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure data-wp-context=\"{\"imageId\":\"6a573449d67d8\"}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a573449d67d8\" class=\"wp-block-image size-full wp-lightbox-container\"><img decoding=\"async\" width=\"2544\" height=\"1317\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-wizard-get-started.png\" alt=\"MCP Setup Wizard showing the four-step navigation\" class=\"wp-image-81415\" srcset=\"https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-wizard-get-started.png 2544w, https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-wizard-get-started-300x155.png 300w, https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-wizard-get-started-1024x530.png 1024w, https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-wizard-get-started-768x398.png 768w, https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-wizard-get-started-50x26.png 50w, https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-wizard-get-started-1536x795.png 1536w, https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-wizard-get-started-2048x1060.png 2048w, https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-wizard-get-started-328x170.png 328w, https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-wizard-get-started-840x435.png 840w, https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-wizard-get-started-1216x630.png 1216w, https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-wizard-get-started-1832x948.png 1832w, https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-wizard-get-started-700x362.png 700w, https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-wizard-get-started-156x81.png 156w, https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-wizard-get-started-1080x559.png 1080w\" sizes=\"(max-width: 2544px) 100vw, 2544px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Ampliar\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<p>For step-by-step instructions with screenshots, see <strong><a href=\"https:\/\/memberpress.com\/docs\/setting-up-claude-desktop-with-memberpress\/\" target=\"_blank\" rel=\"noopener\">Setting Up Claude Desktop With MemberPress<\/a><\/strong>. Developers configuring Cursor, VS Code, Windsurf, or Claude Code follow the <strong>Connecting AI Clients to MemberPress<\/strong> developer reference instead.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"where-to-go-next\"><a href=\"#where-to-go-next\">Where to Go Next<\/a><\/h2>\n\n\n\n<p>Developer reference documents:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Document<\/th><th>Coverage<\/th><\/tr><\/thead><tbody><tr><td><strong>Connecting AI Clients to MemberPress: Developer Reference<\/strong><\/td><td>OAuth 2.1 PKCE flow, Bearer tokens, Application Password fallback, per-client configuration for each supported client<\/td><\/tr><tr><td><strong>MCP Tools Reference<\/strong><\/td><td>Complete tool inventory by Read\/Write\/Write-destructive type, scopes, capabilities, code examples<\/td><\/tr><tr><td><strong>Agent Safety Measures Reference<\/strong><\/td><td>In-depth coverage of the four safety measures, three-gate execution pipeline, Related Capabilities section<\/td><\/tr><tr><td><strong>MCP Errors and Troubleshooting<\/strong><\/td><td>Error code reference (<strong><code>WRITES_PAUSED<\/code><\/strong>, <strong><code>CAPABILITY_INSUFFICIENT<\/code><\/strong>, <strong><code>insufficient_credits<\/code><\/strong>, OAuth errors, rate limit errors), launch-week troubleshooting<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>End-user setup guides:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Document<\/th><th>Coverage<\/th><\/tr><\/thead><tbody><tr><td><strong>Setting Up Claude Desktop With MemberPress<\/strong><\/td><td>Installing AI Foundation, setting the access level, and the full Connectors connection flow with screenshots<\/td><\/tr><\/tbody><\/table><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>MemberPress AI Foundation adds an AI integration layer to MemberPress sites. The plugin exposes MemberPress functionality through the Model Context Protocol (MCP). AI clients such as Claude Desktop and Cursor then manage memberships, members, transactions, and content through natural language. This guide covers what AI Foundation provides, where it fits in the MemberPress AI Suite, [\u2026]<\/p>\n","protected":false},"author":62252,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"_strive_editorial_status":"not-started","_strive_copy_of":0,"inline_featured_image":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","_FSMCFIC_featured_image_caption":"","_FSMCFIC_featured_image_nocaption":"","_FSMCFIC_featured_image_hide":"","_strive_checklists":"\"\"","_strive_active_checklist":"62291e2bb2422","footnotes":""},"ht-kb-category":[1581],"ht-kb-tag":[],"class_list":{"0":"post-81430","1":"ht_kb","2":"type-ht_kb","3":"status-publish","4":"format-standard","6":"ht_kb_category-mcp","7":"entry"},"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.6.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"MemberPress AI Foundation adds an AI integration layer to MemberPress sites. The plugin exposes MemberPress functionality through the Model Context Protocol (MCP). AI clients such as Claude Desktop and Cursor then manage memberships, members, transactions, and content through natural language. This guide covers what AI Foundation provides, where it fits in the MemberPress AI Suite,\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Nikola M\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/memberpress.com\/pt\/docs\/ai-foundation-overview\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.6.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"pt_BR\" \/>\n\t\t<meta property=\"og:site_name\" content=\"MemberPress\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"MemberPress AI Foundation Overview and Setup Guide | MemberPress\" \/>\n\t\t<meta property=\"og:description\" content=\"MemberPress AI Foundation adds an AI integration layer to MemberPress sites. The plugin exposes MemberPress functionality through the Model Context Protocol (MCP). AI clients such as Claude Desktop and Cursor then manage memberships, members, transactions, and content through natural language. This guide covers what AI Foundation provides, where it fits in the MemberPress AI Suite,\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/memberpress.com\/pt\/docs\/ai-foundation-overview\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1650\" \/>\n\t\t<meta property=\"og:image:height\" content=\"1275\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-07-14T16:09:14+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-14T16:09:14+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/memberpress\/\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@memberpress\" \/>\n\t\t<meta name=\"twitter:title\" content=\"MemberPress AI Foundation Overview and Setup Guide | MemberPress\" \/>\n\t\t<meta name=\"twitter:description\" content=\"MemberPress AI Foundation adds an AI integration layer to MemberPress sites. The plugin exposes MemberPress functionality through the Model Context Protocol (MCP). AI clients such as Claude Desktop and Cursor then manage memberships, members, transactions, and content through natural language. This guide covers what AI Foundation provides, where it fits in the MemberPress AI Suite,\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/docs\\\/ai-foundation-overview\\\/#article\",\"name\":\"MemberPress AI Foundation Overview and Setup Guide | MemberPress\",\"headline\":\"MemberPress AI Foundation Overview and Setup Guide\",\"author\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/mepr-ai-foundation-ai-settings-tabs.png\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/docs\\\/ai-foundation-overview\\\/#articleImage\",\"width\":2545,\"height\":1316,\"caption\":\"MemberPress MCP Setup Wizard: Welcome step with three option cards (Query Members, Track Subscriptions, Manage Access) on a WordPress admin dashboard.\"},\"datePublished\":\"2026-07-14T12:09:14-04:00\",\"dateModified\":\"2026-07-14T12:09:14-04:00\",\"inLanguage\":\"pt-BR\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/docs\\\/ai-foundation-overview\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/docs\\\/ai-foundation-overview\\\/#webpage\"},\"articleSection\":\"MCP\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/docs\\\/ai-foundation-overview\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/memberpress.com\\\/pt\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/doc-categories\\\/developer-docs\\\/#listItem\",\"name\":\"Developer Documentation\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/doc-categories\\\/developer-docs\\\/#listItem\",\"position\":2,\"name\":\"Developer Documentation\",\"item\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/doc-categories\\\/developer-docs\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/doc-categories\\\/mcp\\\/#listItem\",\"name\":\"MCP\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/doc-categories\\\/mcp\\\/#listItem\",\"position\":3,\"name\":\"MCP\",\"item\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/doc-categories\\\/mcp\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/docs\\\/ai-foundation-overview\\\/#listItem\",\"name\":\"MemberPress AI Foundation Overview and Setup Guide\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/doc-categories\\\/developer-docs\\\/#listItem\",\"name\":\"Developer Documentation\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/docs\\\/ai-foundation-overview\\\/#listItem\",\"position\":4,\"name\":\"MemberPress AI Foundation Overview and Setup Guide\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/doc-categories\\\/mcp\\\/#listItem\",\"name\":\"MCP\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/#organization\",\"name\":\"MemberPress\",\"description\":\"The All-In-One WordPress Membership Plugin\",\"url\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/mp-icon-RGB_Icon-01.jpg\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/docs\\\/ai-foundation-overview\\\/#organizationLogo\",\"width\":1650,\"height\":1275,\"caption\":\"memberpress logo icon\"},\"image\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/docs\\\/ai-foundation-overview\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/memberpress\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/memberpressplugin\\\/\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/MemberPressPlugin\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/memberpress\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\",\"url\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/blog\\\/author\\\/nikolacaseproof-com\\\/\",\"name\":\"Nikola M\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/litespeed\\\/avatar\\\/1edf820c48f9c430f380efe81887b154.jpg?ver=1783608757\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/docs\\\/ai-foundation-overview\\\/#webpage\",\"url\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/docs\\\/ai-foundation-overview\\\/\",\"name\":\"MemberPress AI Foundation Overview and Setup Guide | MemberPress\",\"description\":\"MemberPress AI Foundation adds an AI integration layer to MemberPress sites. The plugin exposes MemberPress functionality through the Model Context Protocol (MCP). AI clients such as Claude Desktop and Cursor then manage memberships, members, transactions, and content through natural language. This guide covers what AI Foundation provides, where it fits in the MemberPress AI Suite,\",\"inLanguage\":\"pt-BR\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/docs\\\/ai-foundation-overview\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"datePublished\":\"2026-07-14T12:09:14-04:00\",\"dateModified\":\"2026-07-14T12:09:14-04:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/#website\",\"url\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/\",\"name\":\"MemberPress\",\"description\":\"The All-In-One WordPress Membership Plugin\",\"inLanguage\":\"pt-BR\",\"publisher\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/pt\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>MemberPress AI Foundation Overview and Setup Guide | MemberPress<\/title>\n\n","aioseo_head_json":{"title":"MemberPress AI Foundation Overview and Setup Guide | MemberPress","description":"MemberPress AI Foundation adds an AI integration layer to MemberPress sites. The plugin exposes MemberPress functionality through the Model Context Protocol (MCP). AI clients such as Claude Desktop and Cursor then manage memberships, members, transactions, and content through natural language. This guide covers what AI Foundation provides, where it fits in the MemberPress AI Suite,","canonical_url":"https:\/\/memberpress.com\/pt\/docs\/ai-foundation-overview\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/memberpress.com\/pt\/docs\/ai-foundation-overview\/#article","name":"MemberPress AI Foundation Overview and Setup Guide | MemberPress","headline":"MemberPress AI Foundation Overview and Setup Guide","author":{"@id":"https:\/\/memberpress.com\/pt\/blog\/author\/nikolacaseproof-com\/#author"},"publisher":{"@id":"https:\/\/memberpress.com\/pt\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/uploads\/2026\/07\/mepr-ai-foundation-ai-settings-tabs.png","@id":"https:\/\/memberpress.com\/pt\/docs\/ai-foundation-overview\/#articleImage","width":2545,"height":1316,"caption":"MemberPress MCP Setup Wizard: Welcome step with three option cards (Query Members, Track Subscriptions, Manage Access) on a WordPress admin dashboard."},"datePublished":"2026-07-14T12:09:14-04:00","dateModified":"2026-07-14T12:09:14-04:00","inLanguage":"pt-BR","mainEntityOfPage":{"@id":"https:\/\/memberpress.com\/pt\/docs\/ai-foundation-overview\/#webpage"},"isPartOf":{"@id":"https:\/\/memberpress.com\/pt\/docs\/ai-foundation-overview\/#webpage"},"articleSection":"MCP"},{"@type":"BreadcrumbList","@id":"https:\/\/memberpress.com\/pt\/docs\/ai-foundation-overview\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/memberpress.com\/pt#listItem","position":1,"name":"Home","item":"https:\/\/memberpress.com\/pt","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/pt\/doc-categories\/developer-docs\/#listItem","name":"Developer Documentation"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/pt\/doc-categories\/developer-docs\/#listItem","position":2,"name":"Developer Documentation","item":"https:\/\/memberpress.com\/pt\/doc-categories\/developer-docs\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/pt\/doc-categories\/mcp\/#listItem","name":"MCP"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/pt#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/pt\/doc-categories\/mcp\/#listItem","position":3,"name":"MCP","item":"https:\/\/memberpress.com\/pt\/doc-categories\/mcp\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/pt\/docs\/ai-foundation-overview\/#listItem","name":"MemberPress AI Foundation Overview and Setup Guide"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/pt\/doc-categories\/developer-docs\/#listItem","name":"Developer Documentation"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/pt\/docs\/ai-foundation-overview\/#listItem","position":4,"name":"MemberPress AI Foundation Overview and Setup Guide","previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/pt\/doc-categories\/mcp\/#listItem","name":"MCP"}}]},{"@type":"Organization","@id":"https:\/\/memberpress.com\/pt\/#organization","name":"MemberPress","description":"The All-In-One WordPress Membership Plugin","url":"https:\/\/memberpress.com\/pt\/","logo":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","@id":"https:\/\/memberpress.com\/pt\/docs\/ai-foundation-overview\/#organizationLogo","width":1650,"height":1275,"caption":"memberpress logo icon"},"image":{"@id":"https:\/\/memberpress.com\/pt\/docs\/ai-foundation-overview\/#organizationLogo"},"sameAs":["https:\/\/www.instagram.com\/memberpress\/","https:\/\/www.pinterest.com\/memberpressplugin\/","https:\/\/www.youtube.com\/c\/MemberPressPlugin","https:\/\/www.linkedin.com\/company\/memberpress\/"]},{"@type":"Person","@id":"https:\/\/memberpress.com\/pt\/blog\/author\/nikolacaseproof-com\/#author","url":"https:\/\/memberpress.com\/pt\/blog\/author\/nikolacaseproof-com\/","name":"Nikola M","image":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/litespeed\/avatar\/1edf820c48f9c430f380efe81887b154.jpg?ver=1783608757"}},{"@type":"WebPage","@id":"https:\/\/memberpress.com\/pt\/docs\/ai-foundation-overview\/#webpage","url":"https:\/\/memberpress.com\/pt\/docs\/ai-foundation-overview\/","name":"MemberPress AI Foundation Overview and Setup Guide | MemberPress","description":"MemberPress AI Foundation adds an AI integration layer to MemberPress sites. The plugin exposes MemberPress functionality through the Model Context Protocol (MCP). AI clients such as Claude Desktop and Cursor then manage memberships, members, transactions, and content through natural language. This guide covers what AI Foundation provides, where it fits in the MemberPress AI Suite,","inLanguage":"pt-BR","isPartOf":{"@id":"https:\/\/memberpress.com\/pt\/#website"},"breadcrumb":{"@id":"https:\/\/memberpress.com\/pt\/docs\/ai-foundation-overview\/#breadcrumblist"},"author":{"@id":"https:\/\/memberpress.com\/pt\/blog\/author\/nikolacaseproof-com\/#author"},"creator":{"@id":"https:\/\/memberpress.com\/pt\/blog\/author\/nikolacaseproof-com\/#author"},"datePublished":"2026-07-14T12:09:14-04:00","dateModified":"2026-07-14T12:09:14-04:00"},{"@type":"WebSite","@id":"https:\/\/memberpress.com\/pt\/#website","url":"https:\/\/memberpress.com\/pt\/","name":"MemberPress","description":"The All-In-One WordPress Membership Plugin","inLanguage":"pt-BR","publisher":{"@id":"https:\/\/memberpress.com\/pt\/#organization"}}]},"og:locale":"pt_BR","og:site_name":"MemberPress","og:type":"article","og:title":"MemberPress AI Foundation Overview and Setup Guide | MemberPress","og:description":"MemberPress AI Foundation adds an AI integration layer to MemberPress sites. The plugin exposes MemberPress functionality through the Model Context Protocol (MCP). AI clients such as Claude Desktop and Cursor then manage memberships, members, transactions, and content through natural language. This guide covers what AI Foundation provides, where it fits in the MemberPress AI Suite,","og:url":"https:\/\/memberpress.com\/pt\/docs\/ai-foundation-overview\/","og:image":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","og:image:secure_url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","og:image:width":1650,"og:image:height":1275,"article:published_time":"2026-07-14T16:09:14+00:00","article:modified_time":"2026-07-14T16:09:14+00:00","article:publisher":"https:\/\/www.facebook.com\/memberpress\/","twitter:card":"summary_large_image","twitter:site":"@memberpress","twitter:title":"MemberPress AI Foundation Overview and Setup Guide | MemberPress","twitter:description":"MemberPress AI Foundation adds an AI integration layer to MemberPress sites. The plugin exposes MemberPress functionality through the Model Context Protocol (MCP). AI clients such as Claude Desktop and Cursor then manage memberships, members, transactions, and content through natural language. This guide covers what AI Foundation provides, where it fits in the MemberPress AI Suite,","twitter:image":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg"},"aioseo_meta_data":{"post_id":"81430","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-07-14 16:55:28","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"open_ai":null,"ai":null,"created":"2026-07-14 16:09:14","updated":"2026-07-14 16:55:28"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/pt\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/pt\/doc-categories\/developer-docs\/\" title=\"Developer Documentation\">Developer Documentation<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/pt\/doc-categories\/mcp\/\" title=\"MCP\">MCP<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tMemberPress AI Foundation Overview and Setup Guide\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/memberpress.com\/pt"},{"label":"Developer Documentation","link":"https:\/\/memberpress.com\/pt\/doc-categories\/developer-docs\/"},{"label":"MCP","link":"https:\/\/memberpress.com\/pt\/doc-categories\/mcp\/"},{"label":"MemberPress AI Foundation Overview and Setup Guide","link":"https:\/\/memberpress.com\/pt\/docs\/ai-foundation-overview\/"}],"_links":{"self":[{"href":"https:\/\/memberpress.com\/pt\/wp-json\/wp\/v2\/ht-kb\/81430","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/memberpress.com\/pt\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/memberpress.com\/pt\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/memberpress.com\/pt\/wp-json\/wp\/v2\/users\/62252"}],"replies":[{"embeddable":true,"href":"https:\/\/memberpress.com\/pt\/wp-json\/wp\/v2\/comments?post=81430"}],"version-history":[{"count":0,"href":"https:\/\/memberpress.com\/pt\/wp-json\/wp\/v2\/ht-kb\/81430\/revisions"}],"wp:attachment":[{"href":"https:\/\/memberpress.com\/pt\/wp-json\/wp\/v2\/media?parent=81430"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/memberpress.com\/pt\/wp-json\/wp\/v2\/ht-kb-category?post=81430"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/memberpress.com\/pt\/wp-json\/wp\/v2\/ht-kb-tag?post=81430"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}