Back to Home
jpmorgan-payments icon

pdp-mcp

Verified Safe

by jpmorgan-payments

Overview

Provides an AI agent with tools to search, read, and find related documentation for JPMorgan Chase Payments Developer Portal APIs.

Installation

Run Command
python -m jpmc.mcp_for_api_documentation.server

Environment Variables

  • FASTMCP_LOG_LEVEL
  • HTTP_PROXY
  • HTTPS_PROXY

Security Notes

The MCP server codebase (Python files) generally follows good security practices: URL validation is enforced for `read_documentation` and `related` tools to prevent Server-Side Request Forgery (SSRF) by ensuring URLs are from the expected JPMC domain. `httpx` is used for network requests, and environment variables are used for proxy configuration. HTML parsing utilizes `BeautifulSoup`, which is robust against malformed HTML. No direct use of `eval`, `os.system`, or `subprocess.run(shell=True)` was found in the server's Python code. No hardcoded secrets were identified. The `metrics/merge.sh` script, while present in the repository, is located in a separate `metrics` directory and is not part of the core MCP server's runtime logic, hence its file handling operations are not assessed as a security risk for the server itself.

Similar Servers

Stats

Interest Score33
Security Score9
Cost ClassHigh
Avg Tokens5000
Stars3
Forks7
Last Update2026-01-19

Tags

JPMCPayments APIDocumentationMCP ServerCoding Agent