S

SecureLend AI Agents MCP

MCP discovered

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
SecureLend AI Agents user OAuth account oauth2 Set up OAuth ↗

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.

SecureLend AI Agents machine-to-machine client credentials oauth2_cc Set up OAuth ↗

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.