MCP Market provider API
Use the published server-side provider SDK for your runtime:
- Node.js provider SDK on npm
- Python provider SDK on PyPI
- Provider SDK installation and charge examples
- Provider REST API operations
The backend accepts two submission types: remote_mcp and openapi. A submission requires at least one tool, either supplied in tools or derived from an OpenAPI document.
New backend submissions default to provider_event. Event charges require an active pricing event, an authenticated provider account, a valid signed run context, and an idempotency key.
Provider endpoints are part of the same public REST API and OpenAPI document as
the other user-facing operations. They use the canonical base URL
https://api.agenticscraper.com/api/v1; the provider SDK packages are separate
only to keep server-side monetization helpers out of consumer SDKs.