Skip to main content
GET
/
v1
/
platform
/
mcp-vendors
/
{vendor_slug}
/
mcp-servers
Error
A valid request URL is required to generate request examples
{
  "items": [
    {
      "auth_type": "<string>",
      "binding": {
        "id": "<string>",
        "type": "<string>"
      },
      "created_at": "<string>",
      "description": "<string>",
      "id": "<string>",
      "instructions": "<string>",
      "name": "<string>",
      "slug": "<string>",
      "status": "<string>",
      "tool_filter": {
        "allowed_tools": [
          "<string>"
        ]
      },
      "updated_at": "<string>"
    }
  ],
  "limit": 123,
  "offset": 123,
  "page_count": 123,
  "total_count": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

vendor_slug
string
required

Vendor slug (e.g. arcade)

Query Parameters

limit
integer

Max items to return (default 100)

offset
integer

Number of items to skip (default 0)

Response

OK

items
object[]
limit
integer
offset
integer
page_count
integer
total_count
integer