HomeGuidesAPI ReferenceRelease notes
Log In
API Reference

Create Mcp

Create a new MCP entity.

This endpoint will connect to the MCP server, fetch available tools, and validate that the specified tool_name exists.

Parameters:

  • name: MCP name
  • url: MCP server URL
  • tool_name: Name of the specific tool to fetch from MCP server
  • network_access: Network access level (must be 'remote')
  • headers: Optional authentication headers
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 1 and 255

MCP name

string
required
length ≥ 1

MCP server URL

const
enum
Defaults to remote

Network access level

Allowed:
headers

Authentication headers

params

Additional query parameters

Responses

400

Invalid request or tool not found in MCP server

422

Validation error (malformed request)

500

Internal server error

502

MCP server connection error

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json