mirror of
https://github.com/FlipsideCrypto/gitbook.git
synced 2026-02-06 10:47:06 +00:00
GITBOOK-657: change request with no subject merged in GitBook
This commit is contained in:
parent
cd9922cae5
commit
c587a46b8f
@ -9,7 +9,7 @@ For this example we'll be using Anthropic's `claude-sonnet-4` model. 
|
||||
#### Requirements before you get started
|
||||
|
||||
1. A Claude Pro account
|
||||
2. A unique Flipside MCP URL and API Key.
|
||||
2. A unique Flipside MCP API Key.
|
||||
1. Don't have one? [Request one here.](https://flipsidecrypto.xyz/fc/flipside-mcp-interest)
|
||||
|
||||
## Here's how to add the Flipside MCP to your Pro Claude Account
|
||||
@ -23,6 +23,7 @@ _Note:_ While anyone can build and host integrations using remote MCP, only Prim
|
||||
3. Locate the “Integrations” section
|
||||
4. Click “Add custom integration” at the bottom of the section
|
||||
5. Add your integration’s remote MCP server URL
|
||||
1.  `https://mcp.flipsidecrypto.xyz/beta/sse?apiKey=[YOUR-API-KEY]`
|
||||
6. Finish configuring your integration by clicking “Add”
|
||||
|
||||
#### **Claude Pro/Max**
|
||||
@ -31,6 +32,7 @@ _Note:_ While anyone can build and host integrations using remote MCP, only Prim
|
||||
2. Locate the “Integrations” section
|
||||
3. Click “Add custom integration” at the bottom of the section
|
||||
4. Add your integration’s remote MCP server URL
|
||||
1.  `https://mcp.flipsidecrypto.xyz/beta/sse?apiKey=[YOUR-API-KEY]`
|
||||
5. Finish configuring your integration by clicking “Add”
|
||||
|
||||
That's it! Need inspiration on what to ask? See the[.](./ "mention") page for more details.
|
||||
|
||||
@ -9,7 +9,7 @@ For this example we'll be using Anthropic's `claude-sonnet-4` model. 
|
||||
#### Requirements before you get started
|
||||
|
||||
1. Either an Anthropic or Google Gemini API Key
|
||||
2. A unique Flipside MCP URL and API Key.
|
||||
2. A unique Flipside MCP API Key.
|
||||
1. Don't have one? [Request one here.](https://flipsidecrypto.xyz/fc/flipside-mcp-interest)
|
||||
|
||||
## Here's how to add the Flipside MCP with Goose
|
||||
@ -37,7 +37,7 @@ For this example we'll be using Anthropic's `claude-sonnet-4` model. 
|
||||
3. Under 'Extenstions' click 'Add custom extension'
|
||||
1. Extension name: `flipsidemcp` (can be whatever you want but no spaces)
|
||||
2. Type: `SSE`
|
||||
3. Endpoint: _Your unique URL_
|
||||
3. Endpoint: `https://mcp.flipsidecrypto.xyz/beta/sse?apiKey=[YOUR-API-KEY]`
|
||||
4. Timeout: `300000` \
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user