We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vinny1575/mcp-vibe-check'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
import fs from 'fs';
const request = JSON.stringify({
jsonrpc: '2.0',
method: 'tools/call',
params: {
name: 'vibe_check',
arguments: {
goal: 'Test default Gemini provider',
plan: '2. Make a call to vibe_check using the default Gemini provider.',
}
},
id: 2
});
fs.writeFileSync('request.json', request, 'utf-8');
console.log('Generated request.json for the Gemini test.');