We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jakedismo/master-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
config:
target: "http://127.0.0.1:3000"
phases:
- duration: 30
arrivalRate: 10
- duration: 60
arrivalRate: 25
scenarios:
- name: "Call tool echo"
flow:
- post:
url: "/mcp/tools/call"
json:
name: "backend.echo"
arguments: { msg: "hello" }
- think: 1
- name: "Read resource"
flow:
- post:
url: "/mcp/resources/read"
json:
uri: "backend.docs.readme"