Skip to main content
Glama

Baloosearch MCP Server

by el95149
curl-examples.sh848 B
#!/bin/bash # Example of how to test the MCP server with manual JSON-RPC requests echo "Example MCP requests for the baloosearch server:" echo "" echo "1. List available tools:" echo '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' echo "" echo "2. Call the search_files tool:" echo '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"search_files","arguments":{"query":"test","limit":3}}}' echo "" echo "To test with a running server:" echo "1. Start the server: npm start" echo "2. In another terminal, send requests using echo and pipe:" echo "" echo 'echo '\''{"jsonrpc":"2.0","id":1,"method":"tools/list"}'\'' | node src/server/mcp-server.js' echo "" echo 'echo '\''{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"search_files","arguments":{"query":"test","limit":3}}}'\'' | node src/server/mcp-server.js' echo ""

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/el95149/baloosearch-mcp'

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