Skip to main content
Glama
by ftaxats
smithery.yaml1.05 kB
version: 1 name: "SalesHandy MCP" description: "MCP server for SalesHandy API integration" config: schema: apiKey: type: string description: "SalesHandy API key for authentication" required: true secret: true placeholder: "Enter your SalesHandy API key here" example: "sh_1234567890abcdef" baseUrl: type: string description: "Base URL for SalesHandy API" default: "https://api.saleshandy.com/api/v1" required: false example: "https://api.saleshandy.com/api/v1" example: apiKey: "sh_1234567890abcdef" baseUrl: "https://api.saleshandy.com/api/v1" profile: name: "SalesHandy Integration" description: "Configuration for SalesHandy API integration" default: baseUrl: "https://api.saleshandy.com/api/v1" # Example configuration for # config: # apiKey: "your-api-key-here" # baseUrl: "https://api.saleshandy.com/api/v1" build: dockerfile: Dockerfile context: . runtime: typescript start: command: ["node", "dist/index.js"] port: 8000

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/ftaxats/SHMCP'

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