Next.js directory site for discoverability of paid MCP servers.
End users connect to listed MCPs through the client proxy documented in ../client/README.md.
listingType: "live"for production, third-party paid MCPs.listingType: "example"for reference/demo MCPs from PaidMCP examples.
The homepage renders these sections separately.
pnpm install
pnpm run devListings are stored in directory.json and updated via pull requests.
- Fork this repo.
- Add your MCP object to
directory.jsonundermcps. - Use
listingType: "live"for real public services. - Open a PR with endpoint, pricing, and maintainer contact.
- Added a single valid JSON object under
mcpsindirectory.json -
listingTypeis set tolive -
endpointis HTTPS and returns 402 requirements on unpaid tool calls - Included maintainer contact and setup/pricing details in project README
- Tool names, descriptions, and
priceUsdtvalues are complete and accurate
PRs run automated checks that:
- validate required fields and URLs in
directory.json - enforce supported values (
listingType, chains, positivepriceUsdt) - verify the app still builds
MIT. See LICENSE.