One of nine hosted-MCP connectors that grok.com offers publicly (GrowthBook visibility all) and the Cursor marketplace does not. The server URL matches Grok's production connector_catalog.mcp_server_url.
Registers the plugin in .cursor-plugin/marketplace.json and the root README table.
Split from #345 into one PR per plugin. Independent plugins come first; the two with external prerequisites (Coinbase, BigQuery) are last so they never block the others.
node scripts/validate-plugins.mjs passes on this branch
Endpoint probed for OAuth discoverability and dynamic client registration; the auth shape above is what the server actually supports
README has Install / MCP / Before you connect / What agents can do / Notes / Docs / License, with capabilities sourced from vendor docs
marketplace.json, plugin.json, and README table descriptions are identical
Logo visually reviewed at 192×192
Install from Cursor Settings → Plugins, complete sign-in, and smoke test discover_companies
Notes
Endpoint verified against Grok's production connector_catalog.mcp_server_url.
A separate docs server at docs.daloopa.com/mcp searches Daloopa's documentation and is not what this plugin connects to.
Note
Low Risk
Additive marketplace plugin and docs only; no changes to core app logic, though users’ Daloopa entitlements govern what MCP tools can access after OAuth.
Overview
Adds a new daloopa third-party Cursor plugin so agents can reach Daloopa’s hosted MCP for source-linked fundamentals, KPIs, filings, and prices.
The change registers the plugin in .cursor-plugin/marketplace.json and the root README plugin table, and introduces third_party/daloopa/ with the usual manifest (plugin.json), mcp.json pointing at https://mcp.daloopa.com/server/mcp (HTTP/streamable MCP), plus README, CHANGELOG, and MIT license. Auth is documented as OAuth at connect time—no API keys in the repo.
Reviewed by Cursor Bugbot for commit 97355a5. Bugbot is set up for automated code reviews on this repo. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
MCP
{ "mcpServers": { "daloopa": { "type": "http", "url": "https://mcp.daloopa.com/server/mcp" } } }Stack
Split from #345 into one PR per plugin. Independent plugins come first; the two with external prerequisites (Coinbase, BigQuery) are last so they never block the others.
6. daloopa feat(third_party): add Daloopa plugin #352 ← this PR
Test plan
Notes
Note
Low Risk
Additive marketplace plugin and docs only; no changes to core app logic, though users’ Daloopa entitlements govern what MCP tools can access after OAuth.
Overview
Adds a new daloopa third-party Cursor plugin so agents can reach Daloopa’s hosted MCP for source-linked fundamentals, KPIs, filings, and prices.
The change registers the plugin in .cursor-plugin/marketplace.json and the root README plugin table, and introduces third_party/daloopa/ with the usual manifest (plugin.json), mcp.json pointing at https://mcp.daloopa.com/server/mcp (HTTP/streamable MCP), plus README, CHANGELOG, and MIT license. Auth is documented as OAuth at connect time—no API keys in the repo.
Reviewed by Cursor Bugbot for commit 97355a5. Bugbot is set up for automated code reviews on this repo. Configure here.