Skip to main content
Glama

Mews MCP

by code-rabi
smithery.yaml728 B
runtime: "typescript" startCommand: type: "http" configSchema: type: "object" properties: clientToken: type: "string" description: "Mews API client token" accessToken: type: "string" description: "Mews API access token" client: type: "string" description: "Client identifier for API requests" default: "mews-mcp" baseUrl: type: "string" description: "Mews API base URL" default: "https://api.mews.com" required: ["clientToken", "accessToken"] exampleConfig: clientToken: "your-client-token-here" accessToken: "your-access-token-here" client: "mews-mcp/1.0.0" baseUrl: "https://api.mews.com"

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/code-rabi/mews-mcp'

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