Skip to main content
Glama

MCP API Server

by fikri2992
test-api.md777 B
# Test API This is a test API specification for testing the MCP Builder CLI. ## Get User Retrieve user information by ID. ```bash curl -X GET "https://api.example.com/users/123" \ -H "Authorization: Bearer token" \ -H "Content-Type: application/json" ``` ## Create User Create a new user. ```bash curl -X POST "https://api.example.com/users" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer token" \ -d '{ "name": "John Doe", "email": "john@example.com", "age": 30 }' ``` ## Update User Update an existing user. ```bash curl -X PUT "https://api.example.com/users/123" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer token" \ -d '{ "name": "John Smith", "email": "johnsmith@example.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/fikri2992/mcp0'

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