Skip to main content
Glama

Marketfiyati MCP Server

by yibudak
router.py344 B
from __future__ import annotations from fastapi import APIRouter from .routes import categories_router, health_router, search_router def build_api_router() -> APIRouter: router = APIRouter() router.include_router(health_router) router.include_router(search_router) router.include_router(categories_router) return router

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