Skip to main content
Glama
mkamranr

MCP MCPO Demo Server

by mkamranr
reverse_string.py151 B
from fastmcp import tool @tool() def reverse_string(text: str): """Takes a string and returns its reverse.""" return {"reversed": text[::-1]}

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/mkamranr/mcp-mcpo'

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