Skip to main content
Glama

Shipping Service MCP Server

by WangTingYeYe
pyproject.toml1.4 kB
[project] name = "guoguo-mcp-server" version = "1.0.0" description = "寄件服务MCP Server - 提供寄件订单管理、地址簿查询等功能" authors = [ {name = "MCP Development Team", email = "dev@example.com"} ] license = {text = "MIT"} readme = "README.md" requires-python = ">=3.8" keywords = ["mcp", "shipping", "logistics", "server"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Communications", ] dependencies = [ "mcp[cli]>=1.0.0", "uvicorn>=0.32.1", "python-dotenv>=1.0.0", "fastapi>=0.104.0", "pydantic>=2.0.0" ] [project.urls] "Homepage" = "https://github.com/yourusername/guoguo-mcp" "Bug Reports" = "https://github.com/yourusername/guoguo-mcp/issues" "Source" = "https://github.com/yourusername/guoguo-mcp" [project.scripts] guoguo-mcp-server = "guoguo_mcp:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/guoguo_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/WangTingYeYe/guoguo-mcp-python'

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