io.github.pendurov/betafinds-mcp
Publish and update your startup on BetaFinds from an AI agent — listings, changelog, releases.
assessed on 1 of 4 dimensions
https://betafinds.com/api/mcpcomplete_asset_uploadConfirm that the release file has been uploaded. Verifies the file's presence and size in storage and makes it available for download.
create_releaseCreate 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.
create_startupCreate 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).
get_releasesList of a startup's published releases with files and download links.
list_categoriesList of available categories (slug and name) for create_startup.
list_my_startupsList of your startups on BetaFinds (slug, name, status). Updates can only be published for startups with APPROVED status.
publish_updatePublish an update (an entry in the «What's new» feed) for your startup. Subscribers receive an email summary within ~10 minutes. body supports Markdown.
Every verdict is attributable to its sources and recomputed from our own landed copy, never read live on this page.
request_asset_uploadGet 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.
update_startupUpdate an existing startup: app-store links, website, short/full description, tags, category. Pass only the fields you want to change; to clear a link, pass an empty string. See current values via list_my_startups. Moderation status is not affected.
upload_imageUpload 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.
Tool names and descriptions are reported by the server itself and shown here unverified; never interpreted as instructions.