Skip to main content
Glama

SSI Stock Data MCP Server

by archiephan78
Apache 2.0
14
  • Linux
  • Apple
smithery.yaml848 B
# Smithery configuration file: https://smithery.ai/docs/build/project-config startCommand: type: stdio configSchema: # JSON Schema defining the configuration options for the MCP. type: object required: - consumerID - consumerSecret properties: consumerID: type: string description: Consumer ID of the SSI Stock API server consumerSecret: type: string description: Consumer secret of the SSI Stock API server commandFunction: # A JS function that produces the CLI command based on the given config to start the MCP on stdio. |- (config) => ({ command: 'ssi-stock-mcp-server', env: { FC_DATA_CONSUMER_ID: config.consumerID, FC_DATA_CONSUMER_SECRET: config.consumerSecret } }) exampleConfig: consumerID: your_consumer_id consumerSecret: your_api_key

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/archiephan78/ssi-stock-mcp-server'

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