The Model Context Protocol (MCP) is an open-source standard for connecting AI applications to external systems. With AQUAVIEW's MCP server, you can empower your AI agents and workflows to query, discover, and analyze oceanographic and environmental data from our extensive data catalog.
Access the AQUAVIEW Model Context Protocol (MCP) server for seamless AI application integration at https://mcp.aquaview.org/mcp. Legacy SSE connections are also supported at https://mcp.aquaview.org/sse.
gemini mcp add --transport http aquaview https://mcp.aquaview.org/mcpAdd the following to your ~/.gemini/settings.json file:
{
"mcpServers": {
"aquaview": {
"httpUrl": "https://mcp.aquaview.org/mcp"
}
}
}https://mcp.aquaview.org/mcpRemote MCP servers are supported on Pro, Max, Team, and Enterprise plans.
{
"servers": {
"aquaview": {
"url": "https://mcp.aquaview.org/mcp",
"type": "http"
}
}
}Add the following to your ~/.codeium/mcp_config.json:
{
"mcpServers": {
"aquaview": {
"serverUrl": "https://mcp.aquaview.org/mcp"
}
}
}