{"success":true,"connector":"Bizpro Desk MCP Server","reviewerAccount":{"email":"niyogisubizoagrippine@gmail.com","password":"Pindiri2020@","scope":"bizpro:mcp","notes":["Use the reviewer email and password above to log in to Bizpro Desk.","Do not modify or delete business data during review.","Prefer read-only MCP actions first, then minimal create-flow tests if needed.","A pre-generated MCP token is also available: bzp_b94fc14f2b33ca3272cd22f7e2b11eea"]},"endpoints":{"login":"https://api.bizpro.rw/api/auth/login","me":"https://api.bizpro.rw/api/auth/me","createToken":"https://api.bizpro.rw/api/mcp/tokens","listTokens":"https://api.bizpro.rw/api/mcp/tokens","guide":"https://api.bizpro.rw/api/mcp/v1/guide","actions":"https://api.bizpro.rw/api/mcp/v1/actions","protectedResourceMetadata":"https://api.bizpro.rw/api/mcp/.well-known/oauth-protected-resource","authorizationServerMetadata":"https://api.bizpro.rw/api/mcp/.well-known/oauth-authorization-server","transport":"https://api.bizpro.rw/api/mcp/mcp","legacyToolCall":"https://api.bizpro.rw/api/mcp/v1/tools/call"},"steps":["1. POST /api/auth/login with reviewer email + password to obtain an app auth token.","2. POST /api/mcp/tokens with Authorization: Bearer <app token> and a token name like Claude Review.","3. Use the returned bzp_ token in Authorization: Bearer <bzp token> or X-MCP-Token.","4. GET /api/mcp/v1/actions or POST /api/mcp/mcp initialize/tools/list to verify discovery.","5. Run non-destructive read actions first, then only minimal write tests if necessary."],"smokeTestExamples":{"login":{"method":"POST","url":"https://api.bizpro.rw/api/auth/login","body":{"email":"niyogisubizoagrippine@gmail.com","password":"Pindiri2020@"}},"createToken":{"method":"POST","url":"https://api.bizpro.rw/api/mcp/tokens","headers":{"Authorization":"Bearer <app-token>"},"body":{"name":"Claude Review"}},"initialize":{"method":"POST","url":"https://api.bizpro.rw/api/mcp/mcp","headers":{"Authorization":"Bearer <bzp-token>"},"body":{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{},"clientInfo":{"name":"claude-review","version":"1.0.0"}}}}}}