← Registry

General Tools

appboard.pro

Provides general-purpose tools through the Model Context Protocol.

1 endpoint7 known toolsFirst detected September 8, 2026Last detected September 8, 2026

ENDPOINT 1

https://api.appboard.pro/api/mcp

No auth detected

MCP server metadata

Name
appboard
Version
1.0.0
Capabilities
loggingtools.listChanged

Known tools 7

appboard_alternatives_to

Find products offered as alternatives to a tool the user ALREADY USES — "what can I use instead of Notion / Product Hunt / Zapier".

Inferred read-only
appboard_browse_taxonomy

List the controlled vocabulary for a dimension — categories, use cases, platforms, audiences or pricing models.

Inferred read-only
appboard_find_alternatives

Find alternatives and competitors to a specific product.

Inferred read-only
appboard_find_products

Search AppBoard for software products by need, category, use case, platform, audience or pricing model.

Inferred read-only
appboard_list_alternative_targets

List the tools AppBoard has alternatives for, most-covered first, with the slug to pass to appboard_alternatives_to.

Inferred read-only
appboard_product_details

Get everything AppBoard knows about one product: what it does, its pricing model, platforms, use cases, target audiences, community metrics, any discount code, and its alternatives.

Inferred read-only
appboard_trending

List the products gaining the most community momentum in a time window.

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.appboard]
url = "https://api.appboard.pro/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "appboard": {
      "type": "http",
      "url": "https://api.appboard.pro/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: appboard
Remote MCP URL: https://api.appboard.pro/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": {
    "appboard": {
      "url": "https://api.appboard.pro/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "appboard": {
      "type": "http",
      "url": "https://api.appboard.pro/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "appboard",
  "transport": "streamable-http",
  "url": "https://api.appboard.pro/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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