Skip to main content
Glama
danbunnell

Wikipedia MCP Server

by danbunnell
test_server.py418 B
import requests import json def test_mcp_server(): # Test with a simple topic payload = { 'topic': 'Python_(programming_language)' } response = requests.post( 'http://localhost:5000/mcp', json=payload ) print("Status Code:", response.status_code) print("Response:", json.dumps(response.json(), indent=2)) if __name__ == '__main__': test_mcp_server()

Latest Blog Posts

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/danbunnell/mcp-wikipedia'

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