We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pratyusendu/ultimate-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
MCP_Environment.postman_environment.json•510 B
{
"id": "mcp-server-environment",
"name": "MCP Server Environment",
"values": [
{
"key": "BASE_URL",
"value": "https://YOUR-VERCEL-URL.vercel.app",
"type": "default",
"enabled": true,
"description": "🔴 CHANGE THIS to your actual Vercel deployment URL"
}
],
"_postman_variable_scope": "environment",
"info": {
"description": "Environment file for the Ultimate MCP Server. Change BASE_URL to your Vercel deployment URL before running any requests."
}
}