
ScriptMasterLabs MCP is a public API providing model context protocol server with web search, social search & llm chat paid via x402.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://mcp-x402.onrender.com | Primary API endpoint. |
curl -X GET "https://mcp-x402.onrender.com" \ -H "Accept: application/json"