Skip to main content
Use this guide when you want your AI coding agent to integrate SolvaPay with less prompting. Use this command first in any supported environment:
npx skills add solvapay
This is the fastest setup path and works across Cursor, Claude Code, Codex, Windsurf, and other tools that support Agent Skills.

Who this is for

  • You use Cursor, Claude Code, or another AI coding tool
  • You want faster SolvaPay implementation with fewer manual prompts
  • You want a reusable workflow for SDK integration, MCP Pay setup, and onboarding tasks

What you will achieve

By the end, your agent can route SolvaPay tasks to the right flow for SDK integration, MCP Pay, website checkout, or provider onboarding.

Prerequisites

  • An AI coding tool that supports Agent Skills
  • Access to the SolvaPay skills repository: https://github.com/solvapay/skills
  • Optional: a npx runtime if you use CLI-based install

Platform-specific setup (secondary options)

Use the platform-specific instructions below only if you prefer a platform-native flow.
Alternative: Add as a remote rule
  1. Open Cursor Settings.
  2. Go to Rules.
  3. In Project Rules, click Add Rule.
  4. Choose Remote Rule (Github).
  5. Enter https://github.com/solvapay/skills.
If you are not using remote rules, use the one-command install above or install the skill into a discovered skills directory such as .agents/skills/, .cursor/skills/, or ~/.cursor/skills/.
Cursor Marketplace plugin support for SolvaPay is coming soon.

What the skill covers

  • SDK integration: Add paywalls, usage billing, and webhooks in app code
  • MCP Pay setup: Configure hosted MCP auth and monetization for MCP servers
  • Website checkout: Add hosted checkout and customer portal flows for web apps
  • Provider onboarding: Set up account, product, plans, sandbox testing, and go-live

Verify

Ask your agent:
Help me integrate SolvaPay for my project.
Confirm the agent routes you to the correct path and asks a clarification question when your request is ambiguous.