---
title: "Get MCP tools available for a tenant and business agent"
method: POST
path: "/v1/mcp/server/tools"
tags: ["AI Agent"]
---

# Get MCP tools available for a tenant and business agent

`POST /v1/mcp/server/tools`

Retrieve MCP tool metadata scoped by tenant and business agent.

## Request body

- McpToolsRequest
  - `tenant_id` string, required — ID of the tenant
  - `business_agent` 'Assessment Agent' | 'AppSecOps Agent' | 'Rate Optimization Agent', required — Business agent name used to scope the tool list.

## Response `200`

Success

- McpToolsResponse
  - `total_count` integer — Total number of tools across all matching servers.
  - `tools` object[] — Flat list of MCP tools available for the given tenant and business agent.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/corestack/apis/corestack-external-api.md) · [All operations](https://skmtc.dev/corestack/apis/corestack-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corestack/corestack-external-api/revisions/bf2cdf20826d/schema)
