General Tools
appboard.pro
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://api.appboard.pro/api/mcp
MCP server metadata
- Name
- appboard
- Version
- 1.0.0
Known tools 7
appboard_alternatives_toFind products offered as alternatives to a tool the user ALREADY USES — "what can I use instead of Notion / Product Hunt / Zapier".
Inferred read-onlyappboard_browse_taxonomyList the controlled vocabulary for a dimension — categories, use cases, platforms, audiences or pricing models.
Inferred read-onlyappboard_find_alternativesFind alternatives and competitors to a specific product.
Inferred read-onlyappboard_find_productsSearch AppBoard for software products by need, category, use case, platform, audience or pricing model.
Inferred read-onlyappboard_list_alternative_targetsList the tools AppBoard has alternatives for, most-covered first, with the slug to pass to appboard_alternatives_to.
Inferred read-onlyappboard_product_detailsGet 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-onlyappboard_trendingList the products gaining the most community momentum in a time window.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.