Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Surf MCP Server
Claim
by
ravinahp
GitHub
Location Services
Travel & Transportation
Python
MIT License
10
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
surf
src/surf/__init__.py
src/surf/server.py
src/surf/stormglass_api.py
src/surf/tools.py
"""Surf MCP package initialization.""" from . import server import asyncio def main(): """Main entry point for the package.""" asyncio.run(server.main()) __all__ = ['main', 'server']