---
title: "Search MCP tools"
method: GET
path: "/well-known/mcp-tools"
tags: ["WellKnown"]
---

# Search MCP tools

`GET /well-known/mcp-tools`

## Query parameters

- `offset` integer
- `limit` integer
- `name` string
- `parameter` string[]

## Response `200`

MCP tool search results.

- McpToolSearchResults — Search results for MCP tools.
  - `count` integer, required
  - `tools` McpToolSearchResult[], required
    - `groupId` string
    - `artifactId` string
    - `name` string
    - `title` string
    - `description` string
    - `owner` string
    - `createdOn` integer
    - `parameters` string[]

## Other responses

- `401` — Common response for all operations that can return a `401` error indicating authentication is required.
- `403` — Common response for all operations that can return a `403` error indicating the user is authenticated but not authorized.
- `500` — Common response for all operations that can fail with an unexpected server error.

---

[API](https://skmtc.net/apicurio/apis/apicurio-registry-api-v3.md) · [All operations](https://skmtc.net/apicurio/apis/apicurio-registry-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apicurio/apicurio-registry-api-v3/revisions/c39cb56d7dbc/schema)
