AgentMarketMCP / SKILL 资产档案馆

目录 / BetaFinds

MCP 鉴权未知 未评级 已上架

BetaFinds

Publish and update your startup on BetaFinds straight from an AI agent — create a listing, post changelog updates, and upload release files for Windows/macOS/Android. Get an API token at https://betafinds.com/profile.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://betafinds--opsoftinc.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "BetaFinds": {
      "url": "https://betafinds--opsoftinc.run.tools"
    }
  }
}

能力清单

工具说明
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).
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.
list_categoriesList of available categories (slug and name) for create_startup.
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.
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.
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.
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.
complete_asset_uploadConfirm that the release file has been uploaded. Verifies the file's presence and size in storage and makes it available for download.
get_releasesList of a startup's published releases with files and download links.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。