cfo-gateway

Authenticate CFO access to finance data on OTCHealth MCP gateway.

Updated May 30, 2026
One-click install
npx skills add https://github.com/InnerScopeHearing/otchealth-claude-tools --skill cfo-gateway
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cfo-gateway
Source: https://github.com/InnerScopeHearing/otchealth-claude-tools/tree/main/skills/cfo-gateway
Command: npx skills add https://github.com/InnerScopeHearing/otchealth-claude-tools --skill cfo-gateway

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gcp, client_credentials, and includes scripts (resource) components.

What problem does it solve?

The CFO needs secure access to finance data, but standard tools return forbidden errors. This skill provides a dedicated CFO lane for finance data access.

Core Features & Use Cases

  • CFO Lane: Establishes a separate CFO lane for accessing finance data.
  • Secure Access: Authenticates using client credentials and reads secrets from GCP Secret Manager.
  • Use Case: CFOs can now perform searches and calls on finance data without encountering forbidden errors.

Quick Start

Run the 'search' command with the finance index and query, e.g., 'search finance-cfo-source-docs "quarterly report"'.

Frequently Asked Questions about cfo-gateway

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resolve forbidden errors when accessing finance data on the OTCHealth MCP gateway?▼

Forbidden errors occur when standard tools lack the required permissions for finance data access. You need a dedicated CFO lane that authenticates using client credentials to satisfy read-only access requirements and retrieve financial records successfully.

How does client_credentials grant authentication work for secure finance data retrieval?▼

Client_credentials grant authentication works by reading your client secrets from GCP Secret Manager to establish a secure CFO lane. This mechanism validates your identity and authorizes read-only access to finance data through the gateway.

Do I need GCP Secret Manager to configure CFO access to finance data?▼

Yes, GCP Secret Manager is required to securely read and supply the client secrets needed for authentication. This ensures your client_credentials grant is handled safely without exposing sensitive credentials during finance data retrieval.

How do I search for quarterly reports using the finance-cfo-source-docs index?▼

To search for quarterly reports, run the search command with the finance-cfo-source-docs index and your query string. This executes a read-only retrieval operation through the authenticated CFO lane to return matching finance documents.

What is the best way to establish a dedicated CFO lane for read-only finance data access?▼

The best way to establish a dedicated CFO lane is using a specialized access control script that handles the client_credentials grant. This bypasses standard tool restrictions by providing secure, authenticated read-only retrieval specifically for CFOs.