Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions content/agents/hronaut.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"id": "hronaut",
"name": "Hronaut",
"slug": "hronaut",
"description": "Provides coding agents a visible local Electron browser through MCP, with persistent isolated workspaces and human pause/takeover for manual steps.",
"providerName": "Hronom",
"providerUrl": "https://github.com/hronaut",
"version": "2.4.1",
"agentUrl": "https://hronaut.dev/setup",
"iconUrl": "https://hronaut.dev/hronaut-icon.png",
"categories": [
"browser-computer",
"code-devtools"
],
"tags": [
"local-first",
"persistent-workspaces",
"mcp",
"human-handoff",
"isolated-profiles",
"browser-state",
"electron",
"cross-platform"
],
"skills": [
{
"id": "persistent-browser-workspaces",
"name": "Persistent Browser Workspaces",
"description": "Keeps named tabs, cookies, and storage available across compatible local MCP sessions without using an everyday browser profile."
},
{
"id": "human-browser-handoff",
"name": "Human Browser Handoff",
"description": "Pauses agent access so a person can complete CAPTCHA, 2FA, credential entry, payments, or another genuinely manual step."
},
{
"id": "isolated-browser-profiles",
"name": "Isolated Browser Profiles",
"description": "Gives each project or agent a separate local browser profile with scoped access and workspace-level permissions."
}
],
"authType": "none",
"supportsStreaming": false,
"supportsPushNotifications": false,
"status": "published",
"featured": false,
"verified": false,
"tier": "premium",
"discoveredBy": "manual",
"accessMethods": [
"mcp"
],
"createdAt": "2026-09-09T00:00:00Z",
"updatedAt": "2026-09-14T00:00:00Z"
}
2 changes: 1 addition & 1 deletion content/agents/msgboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"supportsPushNotifications": false,
"status": "published",
"featured": false,
"verified": false,
"verified": true,
"tier": "free",
"discoveredBy": "manual",
"accessMethods": [
Expand Down
59 changes: 59 additions & 0 deletions content/agents/renoolab.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"id": "renoolab",
"name": "RenooLab",
"slug": "renoolab",
"description": "Find building tradespeople in France, plan multi-trade searches and request moderated contact. Free read-only A2A access; OAuth MCP also supports confirmed artisan signup.",
"providerName": "RenooLab",
"providerUrl": "https://renoolab.fr/",
"agentUrl": "https://renoolab.fr/mcp/",
"wellKnownUrl": "https://a2a.renoolab.fr/.well-known/agent-card.json",
"categories": [
"research"
],
"tags": [
"france",
"building-trades",
"renovation",
"plumber",
"electrician",
"multi-trade",
"a2a",
"mcp"
],
"skills": [
{
"id": "find-local-tradespeople",
"name": "Find Local Tradespeople",
"description": "Find up to five building professionals in France by trade and city, including plumbers (plombiers), electricians and roofers."
},
{
"id": "search-multi-trade-projects",
"name": "Search Multi-Trade Projects",
"description": "Find professionals for confirmed trades in one French renovation project, prioritizing a shared profile before a small team."
},
{
"id": "request-moderated-contact",
"name": "Request Moderated Contact",
"description": "Create a private contact request via MCP after explicit confirmation; human moderation is required before transmission."
},
{
"id": "create-artisan-profile",
"name": "Create Artisan Profile",
"description": "Create an inactive artisan profile via MCP with the professional's confirmation; only email activation makes it public."
}
],
"authType": "oauth2",
"supportsStreaming": false,
"supportsPushNotifications": false,
"status": "published",
"featured": false,
"verified": true,
"tier": "free",
"discoveredBy": "manual",
"accessMethods": [
"api",
"mcp"
],
"createdAt": "2026-09-11T09:53:50Z",
"updatedAt": "2026-09-11T09:53:50Z"
}
12 changes: 12 additions & 0 deletions content/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
[
{
"action": "added",
"slug": "hronaut",
"name": "Hronaut",
"date": "2026-09-09"
},
{
"action": "added",
"slug": "renoolab",
"name": "RenooLab",
"date": "2026-09-11"
},
{
"action": "added",
"slug": "msgboard",
Expand Down
Loading