> ## 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 tools like ChatGPT, Claude, and Perplexity 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 the MCP Server Is For

Use the Feedspace MCP server when you want an AI client to read and manage your review content with your account permissions:

* **Find and read reviews**: browse, filter, and search your text, video, audio, and social reviews.
* **Curate and organize**: edit review details, favourite the best ones, and tag them with labels in bulk.
* **Collect feedback**: create and customize review collection forms, and share or translate them.
* **Showcase testimonials**: build embeddable widgets and Wall of Love pages, style them, and set auto-add rules.
* **Manage workspaces**: update branding, invite teammates, and check who has access.

Do not use it for:

* **Deleting anything.** The server never exposes a delete tool, deliberately, so an AI assistant cannot cause data loss. Use the [Feedspace dashboard](https://app.feedspace.io).
* **Changing an existing member's role, or removing someone.** Dashboard only, under workspace team settings.
* **Creating Floating Badge, Review Badge, or Review and Ratings widgets.** These aggregate a review source rather than individual reviews, so they are dashboard only. You can still list and read them.
* **Bulk importing from review platforms.** Use the dashboard's import features for Google, Trustpilot, G2, and similar sources.
* **Scripted or programmatic access.** Use the [REST API](/api-reference/authentication) for pipelines and automations. MCP is for conversational workflows.

## 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

* **46 tools** across 8 modules covering reviews, forms, widgets, pages, labels, workspaces, team members, and imports
* **OAuth 2.1 with PKCE** authentication, so there are no API keys to manage. You sign in with your Feedspace account
* **No delete operations**. A deliberate rule: the server exposes no delete tool of any kind, so an AI assistant cannot remove your reviews, forms, widgets, or pages
* **Works with six AI tools**: ChatGPT, Claude, Perplexity, Lovable, Bolt, and v0

## Supported Clients

Feedspace supports and documents these six AI tools:

| Client     | Setup guide                                 |
| ---------- | ------------------------------------------- |
| ChatGPT    | [Connect ChatGPT](/mcp/setup/chatgpt)       |
| Claude     | [Connect Claude](/mcp/setup/claude)         |
| Perplexity | [Connect Perplexity](/mcp/setup/perplexity) |
| Lovable    | [Connect Lovable](/mcp/setup/lovable)       |
| Bolt       | [Connect Bolt](/mcp/setup/bolt)             |
| v0         | [Connect v0](/mcp/setup/v0)                 |

Feedspace is a **hosted** MCP server, so there is nothing to install. Every tool connects to the same URL over HTTP, and signs in with OAuth. If a client asks you to choose a transport type during setup, pick **Streamable HTTP**.

Any other client that supports remote MCP servers can connect the same way, though only the six above are officially supported.

## 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/reviews">
    All 46 tools by module, each with a prompt to try.
  </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>
