{
    "$schema": "https://schema.modelcontextprotocol.io/agent-skills/v0.2.0/index.json",
    "version": "0.2.0",
    "name": "Credit Corp agent skills",
    "skills": [
        {
            "name": "get-a-quote",
            "type": "skill",
            "audience": "public",
            "description": "Compute a representative Credicorp Loan quote for a given amount and term using the public MCP quote engine.",
            "url": "https://creditcorp.co.uk/.well-known/agent-skills/public/get-a-quote/SKILL.md",
            "digest": "sha256:dbb5a9614f6049bed69e5f18b25db574368ba89187168df0f4677b7689638c8c"
        },
        {
            "name": "compare-products",
            "type": "skill",
            "audience": "public",
            "description": "Compare Credit Corp's three business-finance products — Credicorp Loan, Credicorp Flex and Credicorp Slice — to find the right fit for a UK company's need.",
            "url": "https://creditcorp.co.uk/.well-known/agent-skills/public/compare-products/SKILL.md",
            "digest": "sha256:ef3a3575ca80d0c76db964e8b6400392c4d78829d5907179d5e88182cceb89f2"
        },
        {
            "name": "understand-pricing-and-fees",
            "type": "skill",
            "audience": "public",
            "description": "Explain exactly how Credit Corp charges — interest, fees, the total-cost cap, late fees and early repayment — across Credicorp Loan, Credicorp Flex and Credicorp Slice.",
            "url": "https://creditcorp.co.uk/.well-known/agent-skills/public/understand-pricing-and-fees/SKILL.md",
            "digest": "sha256:37f013763f614143c00b04be9f85a15ffb6ed68daabd537582037a51401abb0b"
        },
        {
            "name": "check-eligibility",
            "type": "skill",
            "audience": "public",
            "description": "Find out whether a UK limited company is likely eligible for Credit Corp business finance before applying.",
            "url": "https://creditcorp.co.uk/.well-known/agent-skills/public/check-eligibility/SKILL.md",
            "digest": "sha256:4bede3af8c94ecd715846dfbf2ef1585664fc6375ef72cd090d57ad0e2498e94"
        },
        {
            "name": "how-to-apply",
            "type": "skill",
            "audience": "public",
            "description": "Guide a UK limited company through starting a Credit Corp business finance application and what is needed to apply.",
            "url": "https://creditcorp.co.uk/.well-known/agent-skills/public/how-to-apply/SKILL.md",
            "digest": "sha256:5724e34bbc2c1b74605974331d83c94d64fab2f64b1ef24422c47830e08df1ec"
        },
        {
            "name": "ask-credi",
            "type": "skill",
            "audience": "public",
            "description": "Ask Credit Corp's public \"Credi\" assistant a general, knowledge-base-bounded question about UK business lending.",
            "url": "https://creditcorp.co.uk/.well-known/agent-skills/public/ask-credi/SKILL.md",
            "digest": "sha256:b16b20891c14137ef55046d5a895a1ac73a7eb714000a3956d00fa786ecd66ce"
        },
        {
            "name": "business-lending-glossary",
            "type": "skill",
            "audience": "public",
            "description": "Plain-English definitions of UK business-lending terms — APR, LLP, forbearance, personal guarantee, cost cap and more — as Credit Corp uses them.",
            "url": "https://creditcorp.co.uk/.well-known/agent-skills/public/business-lending-glossary/SKILL.md",
            "digest": "sha256:9b49c04e4abbb04a283043c6ed3b39b01819a5c753eec56e2618d94188eb5ad9"
        },
        {
            "name": "browse-help",
            "type": "skill",
            "audience": "public",
            "description": "Navigate Credit Corp's help centre and FAQ corpus — find the right article for any support question by topic, keyword or intent.",
            "url": "https://creditcorp.co.uk/.well-known/agent-skills/public/browse-help/SKILL.md",
            "digest": "sha256:4a2d1748cc441ebf8b6a4aa211e8a4950b933f5f01550fcf22a4567370200773"
        },
        {
            "name": "application-lookup",
            "type": "skill",
            "audience": "staff",
            "description": "Look up the status and detail of a business finance application via the authenticated staff MCP (read-only, scope applications:read).",
            "url": "https://creditcorp.co.uk/.well-known/agent-skills/staff/application-lookup/SKILL.md",
            "digest": "sha256:b4c6745e1f757886012ff07db99f841ea19d8564061a0f0e83743f932edd7fd1",
            "auth": {
                "type": "oauth2",
                "grant": "client_credentials",
                "authorization_server": "https://credicorp.co.uk/.well-known/oauth-authorization-server",
                "token_endpoint": "https://credicorp.co.uk/oauth/token",
                "mcp_endpoint": "https://creditcorp.co.uk/partner/mcp",
                "scopes": [
                    "applications:read"
                ]
            }
        },
        {
            "name": "customer-account-summary",
            "type": "skill",
            "audience": "staff",
            "description": "Read a customer's account summary, timeline and loan summary via the authenticated staff MCP (read-only, scopes customers:read / loans:read).",
            "url": "https://creditcorp.co.uk/.well-known/agent-skills/staff/customer-account-summary/SKILL.md",
            "digest": "sha256:d15f8a03a1734b51f3d9424cb5745e08980c23ae8e83673795a43bf8cbc3aeb7",
            "auth": {
                "type": "oauth2",
                "grant": "client_credentials",
                "authorization_server": "https://credicorp.co.uk/.well-known/oauth-authorization-server",
                "token_endpoint": "https://credicorp.co.uk/oauth/token",
                "mcp_endpoint": "https://creditcorp.co.uk/partner/mcp",
                "scopes": [
                    "customers:read",
                    "loans:read"
                ]
            }
        },
        {
            "name": "ops-queue-status",
            "type": "skill",
            "audience": "staff",
            "description": "Read aggregate operations-queue counts and platform health via the authenticated staff MCP (read-only, non-PII, scope events:read).",
            "url": "https://creditcorp.co.uk/.well-known/agent-skills/staff/ops-queue-status/SKILL.md",
            "digest": "sha256:8a57435b1fac303003cb5fb17ee726f8ded55a89aaa8ebd13d9cc632b7515672",
            "auth": {
                "type": "oauth2",
                "grant": "client_credentials",
                "authorization_server": "https://credicorp.co.uk/.well-known/oauth-authorization-server",
                "token_endpoint": "https://credicorp.co.uk/oauth/token",
                "mcp_endpoint": "https://creditcorp.co.uk/partner/mcp",
                "scopes": [
                    "events:read"
                ]
            }
        },
        {
            "name": "decisioning-explainer",
            "type": "skill",
            "audience": "staff",
            "description": "Read the deterministic, after-the-fact explanation of a lending decision via the authenticated staff MCP (read-only, scope decisioning:read). Never scores, never an LLM.",
            "url": "https://creditcorp.co.uk/.well-known/agent-skills/staff/decisioning-explainer/SKILL.md",
            "digest": "sha256:39b3a495ef337d26077ad629a6fbd93ed3f6735ca19cf8e9775277426b6c4733",
            "auth": {
                "type": "oauth2",
                "grant": "client_credentials",
                "authorization_server": "https://credicorp.co.uk/.well-known/oauth-authorization-server",
                "token_endpoint": "https://credicorp.co.uk/oauth/token",
                "mcp_endpoint": "https://creditcorp.co.uk/partner/mcp",
                "scopes": [
                    "decisioning:read"
                ]
            }
        },
        {
            "name": "draft-customer-comms",
            "type": "skill",
            "audience": "staff",
            "description": "Draft (never send) a customer communication for staff review, grounded in read-only account context via the authenticated staff MCP.",
            "url": "https://creditcorp.co.uk/.well-known/agent-skills/staff/draft-customer-comms/SKILL.md",
            "digest": "sha256:3405ff640c7be06f9c343fd226a96e5b69d49a8b12cd81f1c45d7ef44bc34fd4",
            "auth": {
                "type": "oauth2",
                "grant": "client_credentials",
                "authorization_server": "https://credicorp.co.uk/.well-known/oauth-authorization-server",
                "token_endpoint": "https://credicorp.co.uk/oauth/token",
                "mcp_endpoint": "https://creditcorp.co.uk/partner/mcp",
                "scopes": [
                    "customers:read",
                    "comms:read"
                ]
            }
        },
        {
            "name": "portfolio-overview",
            "type": "skill",
            "audience": "owner",
            "description": "Read an owner-level portfolio overview — aggregate domain/queue/health across the platform — via the authenticated owner MCP (read-only).",
            "url": "https://creditcorp.co.uk/.well-known/agent-skills/owner/portfolio-overview/SKILL.md",
            "digest": "sha256:9ae6c136a43e0e5c8ac097aef060e996de8a2dc0275dc31e2b5b837c26bdbd74",
            "auth": {
                "type": "oauth2",
                "grant": "client_credentials",
                "authorization_server": "https://credicorp.co.uk/.well-known/oauth-authorization-server",
                "token_endpoint": "https://credicorp.co.uk/oauth/token",
                "mcp_endpoint": "https://creditcorp.co.uk/partner/mcp",
                "scopes": [
                    "events:read",
                    "metrics:read"
                ]
            }
        },
        {
            "name": "platform-metrics",
            "type": "skill",
            "audience": "owner",
            "description": "Read platform and per-entity financial metrics — profit, LTV, fee-yield, AI plane readiness — via the authenticated owner MCP (read-only, scope metrics:read).",
            "url": "https://creditcorp.co.uk/.well-known/agent-skills/owner/platform-metrics/SKILL.md",
            "digest": "sha256:1e432bbf3d26c4ba67d05611e824b5d093acdf3481bd2d9f1b229665140a5bfa",
            "auth": {
                "type": "oauth2",
                "grant": "client_credentials",
                "authorization_server": "https://credicorp.co.uk/.well-known/oauth-authorization-server",
                "token_endpoint": "https://credicorp.co.uk/oauth/token",
                "mcp_endpoint": "https://creditcorp.co.uk/partner/mcp",
                "scopes": [
                    "metrics:read",
                    "ai:read"
                ]
            }
        },
        {
            "name": "config-review",
            "type": "skill",
            "audience": "owner",
            "description": "Review Credit Corp's effective configuration — decisioning config/version, settings catalog, product/pricing/loyalty atoms — via the authenticated owner MCP (read-only).",
            "url": "https://creditcorp.co.uk/.well-known/agent-skills/owner/config-review/SKILL.md",
            "digest": "sha256:989fb3b2a1e27e27fdf9bf686641ff4aa43f1cc6ae28e3254c2480390424cf7e",
            "auth": {
                "type": "oauth2",
                "grant": "client_credentials",
                "authorization_server": "https://credicorp.co.uk/.well-known/oauth-authorization-server",
                "token_endpoint": "https://credicorp.co.uk/oauth/token",
                "mcp_endpoint": "https://creditcorp.co.uk/partner/mcp",
                "scopes": [
                    "decisioning:read",
                    "metrics:read"
                ]
            }
        }
    ]
}
