← Registry

Developer Tools

betafinds.com

Manages startup listings on BetaFinds, including creation, updates, and image uploads.

1 endpoint14 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://betafinds.com/api/mcp

No auth detected

MCP server metadata

Name
betafinds
Version
1.0.0
Capabilities
tools
Server instructions

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

create_startup

Create a new startup on BetaFinds (submitted for review).

Potential side effects
update_startup

Update an existing startup: app-store links, website, short/full description, tags, category, logo and screenshots.

Potential side effects
list_categories

List of available categories (slug and name) for create_startup.

Inferred read-only
upload_image

Upload an image (logo or screenshot) for create_startup.

Potential side effects
list_my_startups

List of your startups on BetaFinds (slug, name, status).

Inferred read-only
publish_update

Publish an update (an entry in the «What's new» feed) for your startup.

Potential side effects
create_release

Create a release (version) of your startup.

Potential side effects
request_asset_upload

Get a one-time link to upload a release file (Windows/Mac/Android/Linux, up to 1 GB).

Potential side effects
complete_asset_upload

Confirm that the release file has been uploaded.

Inferred read-only
get_releases

Список опубликованных релизов стартапа с файлами.

Inferred read-only
change_startup_stage

Change your startup's product stage: PRELAUNCH — preparing to launch, BETA — recruiting beta testers, PAUSED — development paused (requires public_note).

Inferred read-only
announce_launch

Announce your startup's official launch: the stage becomes LAUNCHED, a LAUNCH update is published, and waitlist members are notified (once).

Potential side effects
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.

Inferred read-only
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).

Inferred read-only

CONNECT 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.

Trust status Trusted

betafinds.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.