Fibe MCP Server

OAuth-protected Model Context Protocol (JSON-RPC 2.0) server exposing Fibe's consumer lending platform to AI agents. Advertised scopes: loan.read (read loan/eligibility information) and loan.apply (submit a loan application). Auth is OAuth 2.0 authorization-code + PKCE (S256) with dynamic client registration.

API entry from apis.yml

apis.yml Raw ↑
name: Fibe MCP Server
description: 'OAuth-protected Model Context Protocol (JSON-RPC 2.0) server exposing Fibe''s consumer lending
  platform to AI agents. Advertised scopes: loan.read (read loan/eligibility information) and loan.apply
  (submit a loan application). Auth is OAuth 2.0 authorization-code + PKCE (S256) with dynamic client
  registration.'
humanURL: https://www.fibe.in/mcp/
baseURL: https://www.fibe.in/api/mcp
properties:
- type: MCPServer
  url: mcp/fibe-mcp.yml
- type: Authentication
  url: authentication/fibe-authentication.yml
- type: OAuthScopes
  url: scopes/fibe-scopes.yml