Skip to content
Open
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
8 changes: 8 additions & 0 deletions apps/scan/src/lib/ecosystem/default.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
import type { EcosystemItem } from './schema';

export const defaultEcosystemItems: EcosystemItem[] = [
{
name: 'Agent402.Tools',
description:
'500+ deterministic pay-per-call tools for AI agents over x402 and MCP: search, finance, government data, media, an OpenAI-compatible LLM gateway, and a task router, settling USDC across ten chains.',
logoUrl: 'https://agent402.tools/logo.png',
websiteUrl: 'https://agent402.tools',
category: 'Services/Endpoints',
},
{
name: 'awesome-x402',
description: 'A curated list of resources for the x402 ecosystem.',
Expand Down