> ## Documentation Index
> Fetch the complete documentation index at: https://docs.feedspace.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Feedspace MCP Server

> Connect AI assistants like Claude, ChatGPT, and Cursor to your Feedspace reviews and testimonials using the Model Context Protocol.

The Feedspace MCP server lets AI assistants read, manage, and display your reviews and testimonials through natural language. Instead of navigating dashboards, simply ask your AI assistant to filter reviews, create widgets, build Wall of Love pages, and more.

## What is MCP?

The [Model Context Protocol (MCP)](https://modelcontextprotocol.io) is an open standard that enables AI assistants to securely connect to external tools and data sources. The Feedspace MCP server implements this protocol, giving AI clients direct access to your Feedspace workspace.

## What Can You Do?

<CardGroup cols={2}>
  <Card title="Manage Reviews" icon="star">
    Browse, filter, favourite, label, and update your text, video, and audio reviews.
  </Card>

  <Card title="Collect Feedback" icon="message">
    Create and customize review collection forms with shareable links.
  </Card>

  <Card title="Showcase Testimonials" icon="globe">
    Build embeddable widgets and Wall of Love pages to display your best reviews.
  </Card>

  <Card title="Team Collaboration" icon="users">
    Invite team members, manage roles, and organize workspaces.
  </Card>
</CardGroup>

## Key Highlights

* **35+ tools** across 8 modules covering reviews, forms, widgets, pages, labels, workspaces, team members, and imports
* **OAuth 2.1 with PKCE** authentication — no API keys to manage, sign in securely with your Feedspace account
* **No delete operations** — the MCP server intentionally prevents all destructive actions to keep your data safe from accidental AI-triggered deletions
* **Works with popular AI clients** — Claude Desktop, Claude Code, Cursor, Windsurf, ChatGPT, and any MCP-compatible client

## Supported Clients

| Client                    | Transport       |
| ------------------------- | --------------- |
| ChatGPT                   | Streamable HTTP |
| Claude                    | Streamable HTTP |
| Lovable                   | Streamable HTTP |
| V0                        | Streamable HTTP |
| Perplexity                | Streamable HTTP |
| Any MCP-compatible client | Streamable HTTP |

## Quick Links

<CardGroup cols={2}>
  <Card title="Setup & Installation" icon="wrench" href="/mcp/setup">
    Connect the Feedspace MCP server to your AI client.
  </Card>

  <Card title="Tools Reference" icon="book" href="/mcp/tools/feeds">
    Explore all 35+ available tools organized by module.
  </Card>

  <Card title="Use Cases & Examples" icon="lightbulb" href="/mcp/examples">
    See real-world workflows and example prompts.
  </Card>

  <Card title="Troubleshooting" icon="circle-question" href="/mcp/troubleshooting">
    Fix common issues and find answers to frequently asked questions.
  </Card>
</CardGroup>
