# BetaFinds MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-pendurov-betafinds-mcp
- Repository: https://github.com/pendurov/betafinds-mcp
- Website: https://betafinds.com

## Install
- Endpoint: https://betafinds.com/api/mcp
- Auth: Not captured

## Setup notes
- Remote URL variable: token (required; secret)
- Remote header: Authorization
- Remote endpoint: https://betafinds.com/api/mcp
- Header: Authorization
- URL variable: token

## Tools
- 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). Endpoint: https://betafinds.com/api/mcp
- 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. Endpoint: https://betafinds.com/api/mcp
- list_categories - List of available categories (slug and name) for create_startup. Endpoint: https://betafinds.com/api/mcp
- 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. Endpoint: https://betafinds.com/api/mcp
- list_my_startups - List of your startups on BetaFinds (slug, name, status). Updates can only be published for startups with APPROVED status. Endpoint: https://betafinds.com/api/mcp
- 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. Endpoint: https://betafinds.com/api/mcp
- 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. Endpoint: https://betafinds.com/api/mcp
- 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. Endpoint: https://betafinds.com/api/mcp
- 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. Endpoint: https://betafinds.com/api/mcp
- get_releases - Список опубликованных релизов стартапа с файлами. Для LAUNCHED-проектов downloadUrl — постоянная прямая ссылка. На закрытых стадиях ссылка возвращается только для своих стартапов или где у вас открыт доступ (иначе locked=true, downloadUrl=null). Endpoint: https://betafinds.com/api/mcp
- 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. Endpoint: https://betafinds.com/api/mcp
- 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). Endpoint: https://betafinds.com/api/mcp
- 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. Endpoint: https://betafinds.com/api/mcp
- 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. Endpoint: https://betafinds.com/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.pendurov
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 8, 2026
- Source: https://registry.modelcontextprotocol.io
