Skip to main content
Glama

ConferenceSearcher

by ismailbl72
server.py399 B
from typing import Dict, Any from mcp.server.fastmcp import FastMCP from app import getEvents # Initialize MCP server mcp = FastMCP("call-for-papers-mcp") @mcp.tool() async def get_events(keywords: str, limit: int = 10) -> Dict[str, Any]: """Search for conferences matching specific keywords.""" return getEvents(keywords, limit) if __name__ == "__main__": mcp.run(transport="stdio")

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/ismailbl72/call-for-papers-mcp'

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