Skip to main content
Glama

MCP Multi-Server System

by ohm41321
tools.sql1.73 kB
INSERT INTO public.tools (id,name,description,parameters,server_id,created_at,updated_at,api_url,http_method,request_headers,request_body) VALUES ('finance-tool-001','get_stock_price','Get current stock price for a specific symbol','[{"name": "symbol", "type": "string", "description": "Stock symbol", "required": true}]','finance-server-001','2025-10-08 13:26:18.427252+07','2025-10-08 13:26:18.427252+07',NULL,'GET',NULL,NULL), ('finance-tool-002','calculate_portfolio','Calculate portfolio value and performance','[{"name": "stocks", "type": "object", "description": "Stock holdings", "required": true}]','finance-server-001','2025-10-08 13:26:18.427252+07','2025-10-08 13:26:18.427252+07',NULL,'GET',NULL,NULL), ('finance-tool-003','get_financial_news','Get latest financial news','[{"name": "topic", "type": "string", "description": "Topic or company", "required": true}, {"name": "limit", "type": "integer", "description": "Number of articles", "required": false}]','finance-server-001','2025-10-08 13:26:18.427252+07','2025-10-08 13:26:18.427252+07',NULL,'GET',NULL,NULL), ('11b11b87-676a-4c3b-81fa-a04550f9425b','get_weather','Get current weather for a specific city','[{"name": "location", "type": "string", "description": "Location parameter", "required": true}]','f2f47d1f-3fcd-4cee-b560-2a89f510a6f2','2025-10-15 15:37:39.413073+07','2025-10-15 15:37:39.413073+07',NULL,'GET',NULL,NULL), ('00dc9678-e3a8-404f-8112-fec36777d5b5','get_time','Get current time for a specific timezone','[{"name": "location", "type": "string", "description": "Location parameter", "required": true}]','f2f47d1f-3fcd-4cee-b560-2a89f510a6f2','2025-10-15 15:37:48.204215+07','2025-10-15 15:37:48.204215+07',NULL,'GET',NULL,NULL);

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/ohm41321/MCPSERVER'

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