mcpbeat

BetaFinds MCP Server

io.github.pendurov/betafinds-mcp
answering

BetaFinds is answering right now. Last checked 6 min ago. It exposes 14 tools. Last commit 8 Jul 2026.

Publish and update your startup on BetaFinds from an AI agent — listings, changelog, releases.

Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
91 of 91 checks
14
Tools
read from the server
108 ms
Response time
average over 24h
0
Stars
last commit 8 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add betafinds-mcp --transport http https://betafinds.com/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "betafinds-mcp": {
      "url": "https://betafinds.com/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.betafinds-mcp]
url = "https://betafinds.com/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "betafinds-mcp": {
      "url": "https://betafinds.com/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "betafinds-mcp": {
      "url": "https://betafinds.com/api/mcp"
    }
  }
}

Available tools 14

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

startup
create_startup
Create a new startup on BetaFinds (submitted for review). Upload the logo and screenshots first via upload_image (or POST https://betafinds.com/api/v1/images) and pass the returned URLs here. Set the category by slug — get the list via list_categories (a category name also works, case-insensitive).
update_startup
Update an existing startup: app-store links, website, short/full description, tags, category, logo and screenshots. Upload the logo and screenshots first via upload_image and pass the returned URLs (screenshots fully replace the current set; to clear the logo, pass an empty string). Pass only the fields you want to change. See current values via list_my_startups. Note: editing an approved startup sends it back to moderation.
announce
announce_launch
Announce your startup's official launch: the stage becomes LAUNCHED, a LAUNCH update is published, and waitlist members are notified (once). A working product link is required (url or an already saved store link).
categories
list_categories
List of available categories (slug and name) for create_startup.
change
change_startup_stage
Change your startup's product stage: PRELAUNCH — preparing to launch, BETA — recruiting beta testers, PAUSED — development paused (requires public_note). To move to LAUNCHED use announce_launch. Allowed transitions: PRELAUNCH→BETA/PAUSED, BETA→PAUSED, PAUSED→PRELAUNCH/BETA.
complete
complete_asset_upload
Confirm that the release file has been uploaded. Verifies the file's presence and size in storage and makes it available for download.
publish
publish_update
Publish an update (an entry in the «What's new» feed) for your startup. Subscribers receive an email summary within ~10 minutes. body supports Markdown.
release
create_release
Create a release (version) of your startup. By default also publishes a RELEASE-type update with the notes text. After creation, upload files via request_asset_upload.
releases
get_releases
Список опубликованных релизов стартапа с файлами. Для LAUNCHED-проектов downloadUrl — постоянная прямая ссылка. На закрытых стадиях ссылка возвращается только для своих стартапов или где у вас открыт доступ (иначе locked=true, downloadUrl=null).
request
request_asset_upload
Get a one-time link to upload a release file (Windows/Mac/Android/Linux, up to 1 GB). Then upload the file: curl -T <file> '<upload_url>'. After uploading, call complete_asset_upload.
startups
list_my_startups
List of your startups on BetaFinds (slug, name, status). Updates can only be published for startups with APPROVED status.
store
get_store_reviews
Public Google Play and App Store reviews of your startup: monitoring state per store and the latest reviews (rating, text, developer response). Reviews are collected automatically via the app links.
upload
upload_image
Upload an image (logo or screenshot) for create_startup. Pass the file content as base64 (data is base64 only, no data: prefix). Returns a url to pass into create_startup. Max 2 MB; formats: JPEG, PNG, WebP, GIF.
waitlist
get_waitlist
Waitlist 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. Participants' contact details are not returned.

Endpoints

URLTransportStateLatencyChecked
https://betafinds.com/api/mcp streamable-http answering 122 ms 6 min ago

BetaFinds — questions

Answers built from our own checks of this server.

What can BetaFinds do?
It exposes 14 tools, read directly from the server on our last check. Among them: announce_launch, change_startup_stage, complete_asset_upload, create_release, create_startup, get_releases and 8 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is BetaFinds working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 108 ms. The bar chart above shows every period we have measured.
How do I connect BetaFinds?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does BetaFinds need an API key?
No. BetaFinds completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 14 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is BetaFinds?
It answers our handshake in 108 ms on average, which is faster than 81% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is BetaFinds open source?
Yes — it is published under the MIT licence and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.