considus.com
An independent software studio building a small number of personal tools, made with care, priced honestly, and designed to last.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 6 · Act 0 · Transact 0 · Score: Not yet scored
Tool inspector
get_install_prerequisites_and_commands
Returns the prerequisites and the exact install commands for one Considus MCP server, for macOS, Linux and Windows, quoted from the project README. It also explains how the MCP client configuration is produced, which is by a setup script on the user's own machine and not by a config block copied from documentation. Call this before writing any MCP client config for a Considus server: the install path is not knowable until setup has run, so a config block written from memory will point somewhere that does not exist.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
server |
string | yes | The server slug, from list_mcp_servers. |
Raw JSON schema
{
"type": "object",
"properties": {
"server": {
"type": "string",
"enum": [
"pagespeed-insights-mcp",
"proton-bridge-mcp"
],
"description": "The server slug, from list_mcp_servers."
}
},
"required": [
"server"
]
}
Similar websites
neohack.dev
An inviting pixel-art doorway into NetHack. Explore at your own pace, one thoughtful turn at a time.
persona-chat.dev
Persona is an open-source, themeable AI chat widget you can add to any website in minutes. SSE streaming, agent loops, tool use, and style isolation: zero frame…
demos.telerik.com
Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.
bandarra.me
WebMCP-enabled text editor with imperative tools for document I/O, workspace CRUD, on-device translation, and sub-agent (planner / researcher / writer / reviewe…