We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Spectating101/cite-finance'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
smithery.yaml•290 B
# Configures the deployment of cite-finance-mcp on Smithery
# See https://smithery.ai/docs/config/smithery for more information
runtime: "container"
build:
dockerfile: "Dockerfile"
dockerBuildPath: "."
startCommand:
name: cite-finance-mcp
command: "python"
args: ["mcp_server.py"]