securelend.ai
SecureLend provides AI-driven loan comparison and underwriting infrastructure for lenders, financial institutions, and AI assistants. Its products cover a borrower marketplace for comparing loans and agentic underwriting workflows such as pitch-deck precheck, memo drafting, and document intelligence.
SecureLend exposes two MCP servers: a public marketplace MCP at `https://mcp.securelend.ai/mcp` and an authenticated AI Agents MCP at `https://agents.securelend.ai/mcp`; it also publishes a JavaScript/TypeScript package `@securelend/sdk` that uses an API key, while its REST API docs are present but not yet documented enough to confirm a callable public HTTP surface.
- SecureLend Marketplace MCPdiscovered
- SecureLend AI Agents MCPdiscovered
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.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing