io.github.orionvalemedia-web/discovery
Official3 toolsSearch independent software the big engines bury: indie apps, open-source repos, and dev tools.
Search indie apps, open-source repos, and dev tools bypassing major search engines.
Captured live from the server via tools/list.
search_indie
Search independent, small, and newly launched software that mainstream search engines bury. Each result has a `buyUrl` (the link to send the user to — it may be an affiliate link) and a clean `url`. Use small=true to see only low-authority (buried) results, fresh=true for recent launches.
Parameters (5)
- querystring
What the user wants, e.g. 'markdown editor', 'mcp server for notes', 'indie invoicing tool'.
- smallboolean
Only low-authority listings — the long tail Google buries.
- freshboolean
Only recently launched or updated listings.
- sourcestring
Filter to one source, e.g. 'npm' or 'github'.
- languagestring
Filter by programming language, e.g. 'Rust'.
get_listing
Get full detail for one listing by id, including its outbound url, creator, tags, and popularity/recency signals.
Parameters (1)
- idstringrequired
index_stats
How much of the independent-software index is available: total listings, how many are fresh or small, and the top sources, languages and tags.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"discovery": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://devadex.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.