Developer Tools
opensourcechoice.com
Search and retrieve approved open-source projects and their alternatives to proprietary tools.
ENDPOINT 1
https://opensourcechoice.com/api/mcp
MCP server metadata
- Name
- opensourcechoice-catalog
- Version
- 1.0.0
Use these read-only tools to discover approved catalog projects. Verify licenses and deployment details at the returned official sources before making adoption decisions.
Known tools 3
search_projectsSearch approved open-source projects by name, description, category, tag, stack, license, or proprietary alternative.
Inferred read-onlyget_projectReturn the public catalog record and verified source links for one approved project slug.
Inferred read-onlyfind_alternativesFind approved open-source projects explicitly linked to a proprietary product slug.
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.opensourcechoice-catalog]
url = "https://opensourcechoice.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"opensourcechoice-catalog": {
"type": "http",
"url": "https://opensourcechoice.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: opensourcechoice-catalog
Remote MCP URL: https://opensourcechoice.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": {
"opensourcechoice-catalog": {
"url": "https://opensourcechoice.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"opensourcechoice-catalog": {
"type": "http",
"url": "https://opensourcechoice.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "opensourcechoice-catalog",
"transport": "streamable-http",
"url": "https://opensourcechoice.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 opensourcechoice.com was fetched 2026-08-23T22:02:29.616Z.
opensourcechoice.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.