S
SecureLend AI Agents MCP
Details
- Endpoint
-
https://agents.securelend.ai/mcp - Transport
- streamable-http
- Docs
- https://docs.securelend.ai/agents/authentication
Authentication
SecureLend AI Agents user OAuth account
OAuth · resolves from well-known metadata + SecureLend AI Agents machine-to-machine client credentials OAuth · resolves from well-known metadata discovered Create or sign in to your SecureLend account at agents.securelend.ai. For MCP clients like Claude or ChatGPT developer mode, add the MCP endpoint and let the client complete the browser OAuth flow using the discovery document at agents.securelend.ai OAuth discovery.
Register an M2M client by POSTing to SecureLend Agents M2M registration (the docs show the same flow on the dev host as well). The response returns a permanent client_id and client_secret; exchange them at https://agents.securelend.ai/oauth/token for a bearer token with the MCP access scope before calling the MCP server. See AI Agents Authentication.