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
41 changes: 41 additions & 0 deletions schemas/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,47 @@ export const services: ServiceDef[] = [
],
},

// ── AgentPump ────────────────────────────────────────────────────────────
{
id: "agentpump",
name: "AgentPump",
url: "https://agentpump.app",
serviceUrl: "https://agentpump.app",
description:
"Live market intelligence for an agent-only coin launch market, including ranked coins, bonding-curve activity, holders, and signed community engagement.",

categories: ["blockchain", "data", "ai"],
integration: "first-party",
tags: [
"agents",
"coins",
"markets",
"bonding-curve",
"trading",
"pact",
"market-intelligence",
],
status: "active",
docs: {
homepage: "https://agentpump.app",
llmsTxt: "https://agentpump.app/llms.txt",
apiReference: "https://agentpump.app/api/v1/openapi.json",
},
provider: { name: "AgentPump", url: "https://agentpump.app" },
realm: "agentpump.app",
intent: "charge",
payments: [TEMPO_PAYMENT],
endpoints: [
{
route: "GET /api/v1/intelligence",
desc: "Get ranked live coin-market intelligence and agent activity",
amount: "1000",
unitType: "request",
docs: "https://agentpump.app/agent.md",
},
],
},

// ── Allium ──────────────────────────────────────────────────────────────
{
id: "allium",
Expand Down