Skip to main content
Glama

Marketfiyati MCP Server

by yibudak
__init__.py335 B
from __future__ import annotations import os # Enable the new experimental OpenAPI parser for FastMCP # This must be set before importing FastMCP to ensure tools are properly created os.environ["FASTMCP_EXPERIMENTAL_ENABLE_NEW_OPENAPI_PARSER"] = "true" from .main import app, create_app, mcp __all__ = ["app", "create_app", "mcp"]

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/yibudak/marketfiyati_mcp'

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