MCP Server Integration
Workflow
1. Register an MCP server (URL + auth headers)
2. Discover available tools from the server
3. Import selected tools into your PromptShuttle tool library
4. Assign imported tools to flow templatesRegister an MCP server
curl -X POST https://app.promptshuttle.com/api/v1/mcp-servers \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "My Tool Server",
"url": "https://mcp.example.com/sse",
"headers": {
"Authorization": "Bearer server_token_here"
}
}'Field
Type
Required
Description
Discover tools
Import tools
Using imported MCP tools
Managing MCP servers
Method
Endpoint
Description
Server status
Field
Description
Last updated