Skip to main content
Glama

mcp-metricool

Official
by metricool
smithery.yaml662 B
# Smithery.ai configuration startCommand: type: stdio configSchema: type: object required: - METRICOOL_USER_TOKEN - METRICOOL_USER_ID properties: METRICOOL_USER_TOKEN: type: string description: The personal access token for accessing the Metricool API. METRICOOL_USER_ID: type: string description: The user id for accessing the Metricool API. commandFunction: |- (config) => ({ "command": "uvx", "args": ["mcp-metricool"], "env": { "METRICOOL_USER_TOKEN": config.METRICOOL_USER_TOKEN, "METRICOOL_USER_ID": config.METRICOOL_USER_ID } })

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/metricool/mcp-metricool'

If you have feedback or need assistance with the MCP directory API, please join our Discord server