Komparz: MCP Tool List avatar

Komparz: MCP Tool List

Pricing

Pay per usage

Go to Apify Store
Komparz: MCP Tool List

Komparz: MCP Tool List

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Josef Válek

Josef Válek

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Categories

Share

MCP List Tools

Lists all tools available on an MCP connector and saves them as a JSON record to the key-value store.

Input

FieldTypeDescription
mcpConnectorMCP ConnectorThe MCP connector whose tools you want to list. Works with any MCP server.

Output

A single JSON record saved to the key-value store under the key OUTPUT:

{
"connectorId": "abc123",
"toolCount": 3,
"tools": [
{
"name": "call-actor",
"title": "Call Actor",
"description": "Runs an Apify Actor and returns its output.",
"inputSchema": { ... }
}
]
}

The record is accessible via the Tools link in the Actor run output.