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
54 changes: 54 additions & 0 deletions content/agents/agent-device.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"id": "agent-device",
"name": "Agent Device",
"slug": "agent-device",
"description": "Automates iOS, Android, HarmonyOS, TV, macOS, and Linux devices from AI coding agents through a CLI, MCP server, and typed Node.js API.",
"providerName": "Callstack",
"providerUrl": "https://www.callstack.com",
"agentUrl": "https://agent-device.dev",
"categories": [
"code-devtools",
"browser-computer"
],
"tags": [
"device-automation",
"ios",
"android",
"harmonyos",
"cross-platform",
"typed-api",
"callstack"
],
"skills": [
{
"id": "device-control",
"name": "Device Control",
"description": "Launches apps and drives taps, swipes, and text entry on physical devices and simulators."
},
{
"id": "screen-inspection",
"name": "Screen Inspection",
"description": "Reads the accessibility tree and screenshots so agents can locate elements before acting."
},
{
"id": "multi-platform",
"name": "Multi Platform",
"description": "Targets iOS, Android, HarmonyOS, TV, macOS, and Linux through one consistent interface."
}
],
"authType": "none",
"supportsStreaming": false,
"supportsPushNotifications": false,
"status": "published",
"featured": false,
"verified": true,
"tier": "free",
"discoveredBy": "manual",
"accessMethods": [
"cli",
"mcp",
"api"
],
"createdAt": "2026-09-18T22:02:13.784Z",
"updatedAt": "2026-09-18T22:02:13.784Z"
}
54 changes: 54 additions & 0 deletions content/agents/agent-native.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"id": "agent-native",
"name": "Agent Native",
"slug": "agent-native",
"description": "Provides a framework and thirteen MCP servers for building agentic apps, covering mail, calendar, chat, content, design, slides, forms, and analytics surfaces.",
"providerName": "Builder.io",
"providerUrl": "https://www.builder.io",
"agentUrl": "https://www.agent-native.com",
"categories": [
"orchestration",
"autonomous-agents",
"code-devtools"
],
"tags": [
"agentic-framework",
"mcp-suite",
"react",
"typescript",
"app-scaffolding",
"multi-server",
"builder-io"
],
"skills": [
{
"id": "mcp-suite",
"name": "MCP Suite",
"description": "Exposes thirteen purpose-built MCP servers covering mail, calendar, content, design, and analytics."
},
{
"id": "agent-brain",
"name": "Agent Brain",
"description": "Coordinates state and memory across the suite so one agent can span multiple app surfaces."
},
{
"id": "app-framework",
"name": "App Framework",
"description": "Provides React and TypeScript primitives for building interfaces that agents operate directly."
}
],
"authType": "none",
"supportsStreaming": false,
"supportsPushNotifications": false,
"status": "published",
"featured": false,
"verified": true,
"tier": "free",
"discoveredBy": "manual",
"accessMethods": [
"mcp",
"api"
],
"createdAt": "2026-09-18T22:02:13.783Z",
"updatedAt": "2026-09-18T22:02:13.783Z"
}
54 changes: 54 additions & 0 deletions content/agents/agent-substrate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"id": "agent-substrate",
"name": "Agent Substrate",
"slug": "agent-substrate",
"description": "Runs agents in secure-by-default microVM sandboxes on GKE, delivering high sandbox density and sub-second resume through Cloud Hypervisor and gVisor isolation.",
"providerName": "Google Cloud",
"providerUrl": "https://cloud.google.com",
"agentUrl": "https://github.com/agent-substrate/substrate",
"categories": [
"infrastructure",
"orchestration",
"security"
],
"tags": [
"agent-sandbox",
"microvm",
"gke",
"gvisor",
"cloud-hypervisor",
"secure-execution",
"google-cloud"
],
"skills": [
{
"id": "sandbox-execution",
"name": "Sandbox Execution",
"description": "Runs untrusted agent-generated code inside an isolated microVM with a strict syscall boundary."
},
{
"id": "fast-resume",
"name": "Fast Resume",
"description": "Snapshots and resumes sandboxes in under a second so idle agents cost nothing to keep alive."
},
{
"id": "framework-agnostic",
"name": "Framework Agnostic",
"description": "Hosts agents from any framework without requiring changes to the agent implementation."
}
],
"authType": "none",
"supportsStreaming": false,
"supportsPushNotifications": false,
"status": "published",
"featured": false,
"verified": true,
"tier": "free",
"discoveredBy": "manual",
"accessMethods": [
"api",
"cli"
],
"createdAt": "2026-09-18T22:02:13.789Z",
"updatedAt": "2026-09-18T22:02:13.789Z"
}
53 changes: 53 additions & 0 deletions content/agents/artemis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"id": "artemis",
"name": "ARTEMIS",
"slug": "artemis",
"description": "Converts natural-language instructions into reliable Android device automation for coding agents, capturing logs and screenshots from each run.",
"providerName": "Google",
"providerUrl": "https://github.com/google",
"agentUrl": "https://github.com/google/artemis",
"categories": [
"browser-computer",
"code-devtools",
"autonomous-agents"
],
"tags": [
"android-automation",
"device-testing",
"mobile-qa",
"ui-automation",
"screenshot-capture",
"agent-integration",
"google"
],
"skills": [
{
"id": "instruction-execution",
"name": "Instruction Execution",
"description": "Executes a natural-language instruction against a connected Android device or emulator."
},
{
"id": "ui-inspection",
"name": "UI Inspection",
"description": "Reads the on-screen view hierarchy so an agent can decide what to tap or type next."
},
{
"id": "run-capture",
"name": "Run Capture",
"description": "Captures logs, screenshots, and step traces from an automation run for later debugging."
}
],
"authType": "none",
"supportsStreaming": false,
"supportsPushNotifications": false,
"status": "published",
"featured": false,
"verified": true,
"tier": "free",
"discoveredBy": "manual",
"accessMethods": [
"cli"
],
"createdAt": "2026-09-18T22:02:13.781Z",
"updatedAt": "2026-09-18T22:02:13.781Z"
}
55 changes: 55 additions & 0 deletions content/agents/catena-labs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"id": "catena-labs",
"name": "Catena Labs",
"slug": "catena-labs",
"description": "Gives AI agents regulated financial identity, custody, and payment rails across fiat and stablecoins, built on the open Agent Commerce Kit standard.",
"providerName": "Catena Labs",
"providerUrl": "https://catena.com",
"agentUrl": "https://app.catena.com/docs",
"categories": [
"finance",
"commerce-payments",
"security"
],
"tags": [
"agent-payments",
"regulated-banking",
"stablecoins",
"agent-identity",
"custody",
"agent-commerce-kit",
"fintech"
],
"skills": [
{
"id": "agent-identity",
"name": "Agent Identity",
"description": "Issues verifiable credentials so counterparties can authenticate an agent before transacting."
},
{
"id": "payment-rails",
"name": "Payment Rails",
"description": "Moves value between agents and businesses across fiat and stablecoin settlement paths."
},
{
"id": "custody-controls",
"name": "Custody Controls",
"description": "Applies spending limits and approval policies to funds an agent is authorised to move."
}
],
"authType": "apiKey",
"supportsStreaming": false,
"supportsPushNotifications": false,
"status": "published",
"featured": false,
"verified": true,
"tier": "free",
"discoveredBy": "manual",
"accessMethods": [
"api",
"mcp",
"cli"
],
"createdAt": "2026-09-18T22:02:13.790Z",
"updatedAt": "2026-09-18T22:02:13.790Z"
}
53 changes: 53 additions & 0 deletions content/agents/db-gpt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"id": "db-gpt",
"name": "DB-GPT",
"slug": "db-gpt",
"description": "Answers questions over your own databases with text-to-SQL data agents and an AWEL workflow runtime, connecting multiple engines behind one agentic interface.",
"providerName": "Eosphoros AI",
"providerUrl": "https://github.com/eosphoros-ai",
"agentUrl": "https://github.com/eosphoros-ai/DB-GPT",
"categories": [
"data-analytics",
"autonomous-agents"
],
"tags": [
"text-to-sql",
"data-agents",
"database-query",
"awel-workflow",
"retrieval",
"multi-model",
"python-sdk"
],
"skills": [
{
"id": "text-to-sql",
"name": "Text To SQL",
"description": "Translates natural-language questions into SQL against a connected database schema."
},
{
"id": "data-agent",
"name": "Data Agent",
"description": "Runs multi-step analysis agents that chain queries, charts, and summaries over warehouse data."
},
{
"id": "awel-workflow",
"name": "AWEL Workflow",
"description": "Composes agentic data pipelines using the AWEL declarative workflow language."
}
],
"authType": "apiKey",
"supportsStreaming": false,
"supportsPushNotifications": false,
"status": "published",
"featured": false,
"verified": true,
"tier": "free",
"discoveredBy": "manual",
"accessMethods": [
"api",
"cli"
],
"createdAt": "2026-09-18T22:02:13.777Z",
"updatedAt": "2026-09-18T22:02:13.777Z"
}
52 changes: 52 additions & 0 deletions content/agents/google-home-mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"id": "google-home-mcp",
"name": "Google Home MCP",
"slug": "google-home-mcp",
"description": "Lets agents query smart-home telemetry, issue device commands, and read event history across a Google Home structure through an official OAuth-protected MCP server.",
"providerName": "Google",
"providerUrl": "https://developers.home.google.com",
"agentUrl": "https://developers.home.google.com/mcp/home",
"categories": [
"infrastructure",
"orchestration"
],
"tags": [
"smart-home",
"home-automation",
"device-control",
"google-home",
"oauth2",
"remote-mcp",
"event-history"
],
"skills": [
{
"id": "list-home-resources",
"name": "List Home Resources",
"description": "Enumerates the structures, rooms, and devices available within a connected Google Home."
},
{
"id": "run-home-actions",
"name": "Run Home Actions",
"description": "Issues commands to lights, thermostats, and other devices in a home structure."
},
{
"id": "list-home-history",
"name": "List Home History",
"description": "Reads past home events so agents can reason about what changed in the home and when."
}
],
"authType": "oauth2",
"supportsStreaming": true,
"supportsPushNotifications": false,
"status": "published",
"featured": false,
"verified": true,
"tier": "free",
"discoveredBy": "manual",
"accessMethods": [
"mcp"
],
"createdAt": "2026-09-18T22:02:13.792Z",
"updatedAt": "2026-09-18T22:02:13.792Z"
}
Loading
Loading