Developer Tools
betafinds.com
Manages startup listings on BetaFinds, including creation, updates, and image uploads.
ENDPOINT 1
https://betafinds.com/api/mcp
MCP server metadata
- Name
- betafinds
- Version
- 1.0.0
Publish updates and releases for your startups on BetaFinds. Start with list_my_startups to find the slug. Full API documentation: https://betafinds.com/api.txt
Known tools 14
update_startupUpdate an existing startup: app-store links, website, short/full description, tags, category, logo and screenshots.
Potential side effectspublish_updatePublish an update (an entry in the «What's new» feed) for your startup.
Potential side effectsrequest_asset_uploadGet a one-time link to upload a release file (Windows/Mac/Android/Linux, up to 1 GB).
Potential side effectschange_startup_stageChange your startup's product stage: PRELAUNCH — preparing to launch, BETA — recruiting beta testers, PAUSED — development paused (requires public_note).
Inferred read-onlyannounce_launchAnnounce your startup's official launch: the stage becomes LAUNCHED, a LAUNCH update is published, and waitlist members are notified (once).
Potential side effectsget_waitlistWaitlist summary for your startup: aggregated counters (active, per week/month, ready to test, invited/accepted), answer distribution for the question, recent anonymized answers and campaigns with aggregated statistics.
Inferred read-onlyget_store_reviewsPublic Google Play and App Store reviews of your startup: monitoring state per store and the latest reviews (rating, text, developer response).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.betafinds]
url = "https://betafinds.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"betafinds": {
"type": "http",
"url": "https://betafinds.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: betafinds
Remote MCP URL: https://betafinds.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"betafinds": {
"url": "https://betafinds.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"betafinds": {
"type": "http",
"url": "https://betafinds.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "betafinds",
"transport": "streamable-http",
"url": "https://betafinds.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for betafinds.com was fetched 2026-07-25T20:28:57.870Z and is being refreshed.
betafinds.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.