Marine
FreeNot checkedReview-gated MCP server for the Ocean Intelligence System — serves the Blue Life Commons corpus to AI agents, source-attributed.
About
Review-gated MCP server for the Ocean Intelligence System — serves the Blue Life Commons corpus to AI agents, source-attributed.
README
Model Context Protocol server for the Ocean Intelligence System. It serves the Blue Life Commons corpus to AI agents (Claude Desktop, Claude Code, Cursor, any MCP client) under two non-negotiable rules:
- Detail-serving is review-gated. An artifact's prose body is returned as fact only
when it is review-approved (
status ∈ {approved, published}, and for science-sensitive typesreview.science = approved). Otherwise the tool returns a typed refusal (servable: false) carrying the artifact's status — never the unreviewed body. - Every response carries its sources. Tool results are wrapped in
{ data, sources, status, attribution }. The IS never launders an unsourced claim.
This is the IS-engine layer of the Ocean Intelligence System triad:
| Layer | Repo | Role |
|---|---|---|
| Commons | blue-life-commons |
The public, reviewed corpus (source of truth) |
| IS-engine | marine-mcp (this) + marine-agent-skills |
Serves the corpus to agents; lets contributors author compliant artifacts |
| OS-runtime | ocean-intelligence-system |
Dashboard, partner gateway — consumes this server |
Install & run
npm install
npm run build
BLC_PATH=/path/to/blue-life-commons npm start
Dev (no build step):
BLC_PATH=/path/to/blue-life-commons npm run dev
Configure in Claude Desktop / Claude Code
{
"mcpServers": {
"marine": {
"command": "node",
"args": ["/abs/path/to/marine-mcp/dist/index.js"],
"env": { "BLC_PATH": "/abs/path/to/blue-life-commons" }
}
}
}
Tools
| Tool | Gated? | Purpose |
|---|---|---|
search_species |
no (metadata only) | Discover species pages by name/guild; returns id, title, status, servable flag |
get_species_details |
yes | Full reviewed body + sources, or a typed refusal |
get_region_briefing |
yes | Reviewed regional briefing + sources |
get_active_missions |
partial | List field missions (logistics surfaced; interaction guidance gated) |
lookup_source |
no | Provenance: which artifacts cite a URL/title |
validate_artifact |
n/a | Contributor self-check of frontmatter before a PR |
obis_gbif_passthrough |
external | Live OBIS occurrences, explicitly labelled unreviewed: true |
Why a separate repo (not inside ocean-intelligence-system)
The OS repo previously embedded an MCP server that hardcoded a sibling path, ran a stale
protocol version, served needs-expert-review content as fact, and dropped sources from
responses. marine-mcp exists to do that job correctly and to keep the IS-engine ("serve
the corpus to any agent") cleanly separable from the OS-runtime ("render a dashboard").
Test
npm test # node:test over the trust-gate logic
npm run typecheck
License
MIT (code). Served content is © its contributors under CC-BY-4.0 per the commons.
Built on SIP · Blue Life Commons — an initiative of Starlight Intelligence Systems.
Install Marine in Claude Desktop, Claude Code & Cursor
unyly install marineInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add marine -- npx -y github:frankxai/marine-mcpStep-by-step: how to install Marine
FAQ
Is Marine MCP free?
Yes, Marine MCP is free — one-click install via Unyly at no cost.
Does Marine need an API key?
No, Marine runs without API keys or environment variables.
Is Marine hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Marine in Claude Desktop, Claude Code or Cursor?
Open Marine on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
Roblox Studio
Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce
by paralovAWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
Compare Marine with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
