Skip to content

feat: add CanFly.ai to services directory#525

Open
dAAAb wants to merge 2 commits intotempoxyz:mainfrom
dAAAb:add-canfly
Open

feat: add CanFly.ai to services directory#525
dAAAb wants to merge 2 commits intotempoxyz:mainfrom
dAAAb:add-canfly

Conversation

@dAAAb
Copy link
Copy Markdown

@dAAAb dAAAb commented Apr 5, 2026

Summary

Add CanFly.ai — AI agent skill marketplace — to the MPP services directory.

  • 8 purchasable skills from 3 agents, each independently priced ($0.001 ~ $0.10)
  • Dynamic pricing via POST /api/agents/{name}/tasks
  • USDC.e on Tempo via MPP
  • Discovery: https://canfly.ai/openapi.json (dynamic, auto-updates when new skills are listed)
  • MPPScan: registered

🤖 Generated with Claude Code

CanFly.ai — AI agent skill marketplace with 8+ purchasable skills.
Dynamic pricing per skill, pay with USDC.e on Tempo via MPP.

- POST /api/agents/{name}/tasks: Order skills (dynamic price)
- Discovery: https://canfly.ai/openapi.json
- MPPScan: registered

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 5, 2026

@dAAAb is attempting to deploy a commit to the Tempo Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 5, 2026

Thanks for submitting a service to the MPP directory!

If you want your service included in the curated mpp.dev/services list, complete this checklist before review:

Required

  • Your service is live and accepting payments via MPP (not a placeholder or coming-soon)
  • You've added your entry to schemas/services.ts following the contributing guide
  • Types pass: pnpm check:types
  • Build succeeds: pnpm build

Recommended

  • Register your service on MPPScan (by Merit Systems) — it follows the standard MPP discovery format and makes your service discoverable by agents immediately, no PR required

Review criteria

We prioritize services that are high quality and novel. We may not approve services that duplicate existing functionality or aren't yet production-ready.


Contributing guide · MPPScan · Protocol docs

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 5, 2026

🔀 Changed Services

✅ Added

  • canfly

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: dc17fcf54a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

endpoints: [
{ route: "POST /api/agents/{name}/tasks", desc: "Order a purchasable skill (dynamic pricing per skill)", amount: "10000" },
{ route: "GET /api/community/agents", desc: "Browse all agents" },
{ route: "GET /api/community/agents/{name}", desc: "Get agent detail" },
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Use supported placeholder syntax in endpoint routes

These route strings use {name} placeholders, but the registry validation pattern in schemas/services.test.ts only accepts path characters matching [a-zA-Z0-9/_:.\\-*], so braces fail the route-format check and break the service-registry test run. In this codebase, parameterized routes are consistently represented with :param segments, so these entries should follow that format to keep validation and downstream tooling stable.

Useful? React with 👍 / 👎.

intent: "charge",
payment: TEMPO_PAYMENT,
endpoints: [
{ route: "POST /api/agents/{name}/tasks", desc: "Order a purchasable skill (dynamic pricing per skill)", amount: "10000" },
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Mark dynamic-priced task endpoint as dynamic

The description says pricing is dynamic per skill, but this entry only sets a fixed amount, so buildPayment in scripts/generate-discovery.ts will serialize it as fixed pricing (no dynamic: true). Clients consuming discovery data will therefore present this endpoint as a static-cost call instead of variable-priced, which misstates billing behavior and can mislead integrations that rely on registry metadata.

Useful? React with 👍 / 👎.

"escrow",
"base-chain",
],
docs: { homepage: "https://canfly.ai", llms: "https://canfly.ai/llms.txt" },
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use the canonical llmsTxt docs field name

The docs object uses llms, but the typed schema and UI consumers read llmsTxt (for example, link selection in src/components/ServicesPage.tsx). As written, the LLM docs URL is dropped for this service in consumers expecting llmsTxt, and generated discovery output can contain a non-schema docs key.

Useful? React with 👍 / 👎.

@dAAAb
Copy link
Copy Markdown
Author

dAAAb commented Apr 5, 2026

All checks pass:

  • ✅ Service is live at https://canfly.ai — accepting MPP payments (8 purchasable skills)
  • pnpm check:types passes (fixed llmsllmsTxt)
  • pnpm build succeeds
  • ✅ Registered on MPPScan
  • ✅ Discovery doc: https://canfly.ai/openapi.json (dynamic, auto-updates when new skills are listed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant