We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Datajang/mcp-narajangteo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•250 B
"""
Nara MCP Server - Korean Government Procurement Bid Search
나라장터 입찰공고 검색 MCP 서버
Built with Smithery CLI for Model Context Protocol
"""
from .server import create_server
__version__ = "1.1.0"
__all__ = ["create_server"]