GET
/
mcp-server
/
tools
/
{server_name}
Get Tools
curl --request GET \
  --url https://api.klavis.ai/mcp-server/tools/{server_name} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "tools": [
    "<any>"
  ],
  "format": "openai",
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Your Klavis AI API key.

Path Parameters

server_name
enum<string>
required

The name of the target MCP server. Case-insensitive (e.g., 'google calendar', 'GOOGLE_CALENDAR', 'Google Calendar' are all valid).

Available options:
Affinity,
Airtable,
Asana,
Attio,
Brave Search,
Cal.com,
ClickUp,
Close,
Coinbase,
Confluence,
Discord,
Dropbox,
Doc2markdown,
Exa,
Firecrawl Deep Research,
Firecrawl Web Search,
Freshdesk,
GitHub,
GitLab,
Gmail,
Gong,
Google Calendar,
Google Docs,
Google Drive,
Google Jobs,
Google Sheets,
Hacker News,
Heygen,
HubSpot,
Jira,
Klavis ReportGen,
Linear,
LinkedIn,
Markdown2doc,
Mem0,
Mixpanel,
Monday,
Moneybird,
Motion,
Notion,
Onedrive,
Openrouter,
Plai,
Postgres,
QuickBooks,
Resend,
Salesforce,
Shopify,
Slack,
Supabase,
Tavily,
Vercel,
WhatsApp,
WordPress,
YouTube,
Cloudflare,
Stripe,
Figma,
Metabase,
Pipedrive,
Klaviyo,
Box,
Dialpad,
Docusign,
Elevenlabs,
Pagerduty,
Posthog,
Sendgrid

Query Parameters

format
enum<string>

The format to return tools in. Default is MCP Native format for maximum compatibility.

Available options:
openai,
anthropic,
gemini,
mcp_native

Response

Successful Response

The response is of type object.