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

# MCP Servers

> Connect AI assistants to Seminode for documentation help and platform intelligence.

## Overview

Seminode provides two MCP (Model Context Protocol) servers to enhance your workflow with AI assistants. These servers enable seamless integration between AI tools and the Seminode platform.

<img className="block" src="https://mintcdn.com/seminode/dWjYnowV9dI3FJ8H/images/MCP2.png?fit=max&auto=format&n=dWjYnowV9dI3FJ8H&q=85&s=0aafb2de5e4f0cb1808fab238ceee131" width="3000" height="1080" data-path="images/MCP2.png" />

## Documentation Server

**Endpoint:** `https://docs.seminode.com/mcp`

The Docs MCP server provides read-only access to Seminode's comprehensive documentation and API reference. No authentication required.

**Perfect for:**

* Getting help with how to use Seminode
* Understanding platform concepts and features
* Accessing API documentation and examples
* Learning about best practices and workflows

**Setup:** Connect your AI assistant to `https://docs.seminode.com/mcp` and start asking questions about Seminode.

## Seminode Platform Server

**Endpoint:** `https://tools.seminode.com/mcp`

The Seminode Platform MCP server provides direct access to your Seminode account, enabling AI assistants to perform actions on your behalf. Requires authentication.

**Setup:**

1. Ensure you have an active Seminode account
2. Configure your AI assistant (Claude, OpenAI) to connect to `https://tools.seminode.com/mcp`
3. When prompted, sign in with your Seminode account — authentication uses a standard OAuth consent flow, so there are no API keys or credentials to copy. Access is scoped to your user and can be revoked at any time.

### Partner Management

* `create_partner` - Add new network or email partners to your network
* `list_partners` - View all current partners and their details
* `add_permission_to_partner` - Grant specific node access permissions to partners

### Node Management

* `create_node` - Create new network nodes for data organization

### Network Connections

* `add_posting_node` - Add nodes for posting supply/demand data
* `add_query_node` - Add nodes for querying available data
* `list_connections` - View all active network connections and their status

### Search & Discovery

* `search_listings` - Search for parts and materials listings across your network
* `search_teams` - Find teams by name within your network connections

### Quotes & RFQs

* `view_quotes` - Access all quotes in your inbox
* `view_thread` - View the full history of a quote thread
* `create_quote` - Create a new quote
* `counter_quote` - Send counter offers for received quotes
* `quote_response` - Accept or reject incoming quotes

<Tip>
  Both servers also come preconfigured inside Seminode's own **[AI Playground <Icon icon="arrow-up-right" />](https://app.seminode.com/ai)** — toggle them per chat, with an in-app sign-in prompt the first time you use the platform server.
</Tip>

## Use Cases

**Documentation Server:**

* "How do I create a new node in Seminode?"
* "What's the API endpoint for searching listings?"
* "Explain the difference between posting and query nodes"

**Seminode Platform Server:**

* "Create a new partner for ABC Manufacturing"
* "Search for electronic components in my network"
* "Show me all pending quotes in my inbox"
* "Send a quote response to my partner"

## Support

For technical support with MCP server integration, please contact our support team or refer to the MCP documentation in your AI assistant platform.
