We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TheLunarCompany/lunar'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
scenario.yaml•694 B
# This test verifies basic MCP server functionality
# It starts MCPX connected to a Time MCP server, performs a call to get_current_time tool,
# and verifies the response contains the expected timezone.
name: "Simple MCP server Smoke Test, no UI"
image: us-central1-docker.pkg.dev/prj-common-442813/mcpx/mcpx:v0.2.17-66354a7
env: {} # env vars for MCPX container:
dependentContainers: []
configMount: config # MCPX config dir (it uses mcp.json here):
verboseOutput: false # dump every step
steps:
- name: "Time Backend Call"
kind: backend
toolName: time__get_current_time
payload:
timezone: "UTC"
expected:
mode: regex
value: "\"timezone\"\\s*:\\s*\"UTC\""