AgentPMT
Global Financial Inclusion & Banking Data

Global Financial Inclusion & Banking Data

Function

Available ActionsEach successful request consumes credits as outlined below.

query_financial_data20cr

Details

Explore financial inclusion and banking data for any country in the world. Look up bank account ownership rates, credit access, gender gaps in financial services, stock market capitalization, and remittance flows. Compare how countries stack up on financial access, track progress toward universal banking, and identify where financial gaps remain — all from a comprehensive global data set.

Use Cases

Research bank account ownership rates by country, Compare financial inclusion across regions, Analyze credit access and lending conditions, Study gender gaps in financial services, Track stock market capitalization trends, Monitor remittance flows between countries, Assess progress toward universal financial access, Benchmark banking sector development, Support financial policy research, Evaluate Global Findex indicators and SDG 8 alignment

Dynamic MCP Setup

Connect once through AgentPMT Dynamic MCP, then use approved tools from the same agent connection.

30 Second Setup

STDIO connector for Claude Code, Codex, Cursor, Zed, and other LLMs that require STDIO or custom connections.

npm install -g @agentpmt/mcp-routeragentpmt-setup

Hosted Streamable HTTPS

MCP endpoint for browser-based apps like ChatGPT, Claude, Grok, or any time you want a streamable connection with no local install.

https://api.agentpmt.com/mcp

Config Example

Use the hosted endpoint directly in clients that support remote MCP. Store your Bearer token in the client config or secret field.

Full connection guide
{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}

Need client videos, organization controls, audit details, and the full feature overview?

More About Dynamic MCP

Frequently Asked Questions

How do I connect this tool to an external agent?

Install commands

npm install -g @agentpmt/mcp-router
agentpmt-setup

Hosted MCP config

{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}

How does an external agent use this tool?

Agent prompt

Use the AgentPMT-Tool-Search-and-Execution tool. First call action 'get_instructions' so you know how to use the tool search interface. Then call action 'get_schema' with tool_id 6980e1d571cad8f61bf5b206 ("Global Financial Inclusion & Banking Data"). After reading the schema and any returned instructions, tell me what this tool can do, we are going to be using it

Looking for help integrating AI into your business? Set up a free consultation.