We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/docdyhr/mcp-wordpress'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
simple-test.yaml•470 B
model:
provider: openai
name: gpt-4o
evals:
- name: test_wordpress_connection
description: Test basic WordPress connection
prompt: "Test if the WordPress MCP server is working by getting site information"
expected_result: "Should return WordPress site information"
- name: test_list_posts
description: Test listing WordPress posts
prompt: "List the most recent 3 WordPress posts"
expected_result: "Should return a list of recent posts"