How to Use the FishBase MCP in Cursor
Generate code using live marine taxonomy data by connecting the FishBase MCP Server to your Cursor agent.
Works with every AI agent you already use
…and any MCP-compatible client
Connect FishBase MCP to Cursor
Create your Vinkius account to connect FishBase to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Inject real common names into Cursor code
The `list_comnames` tool retrieves real-time common names data directly into your Cursor editor. This replaces static mock data with actual FishBase marine biology records while you write your application in Cursor. Your Cursor agent reads the returned JSON and writes precise, typed structures based on real FishBase species names. You never have to copy-paste FishBase taxonomic tables into Cursor from a browser again.
Inspect database schemas in the editor
The `get_docs_by_table` tool pulls documentation for specific FishBase database tables directly into your active Cursor workspace. This lets you verify FishBase table schemas before writing database migrations or API wrappers in Cursor. If you need the broader API structure, the `get_docs` tool provides the necessary FishBase metadata directly inside Cursor. Your Cursor agent uses this documentation to generate accurate FishBase integration code on the fly.
Monitor API status inside this MCP Server
The `get_heartbeat` tool fetches the live status and time of the FishBase API directly inside Cursor. Checking this status inside Cursor ensures you do not write or debug code against a temporarily offline FishBase API. You can also call `get_versions` inside Cursor to list available database versions. This allows your Cursor agent to target the correct FishBase API version when writing your integration scripts.
Set up FishBase MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the FishBase MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent FishBase transactions." If the MCP tools are loaded correctly, Cursor will call the FishBase tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"fishbase-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by FishBase. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about FishBase MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the FishBase MCP today
We host it, we monitor it, we maintain it. You just paste one token.