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
search_journal
Searches the Considus journal, which is the studio's writing on privacy, craft and building software slowly. Returns matching posts with title, publication date, a short excerpt and the URL. Use this when a user asks what Considus thinks about something or why a decision was made. For how a product works, use search_considus_docs instead.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
query |
string | yes | Words to search for. |
Raw JSON schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"minLength": 2,
"maxLength": 200,
"description": "Words to search for."
}
},
"required": [
"query"
]
}
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…