Install
$ agentstack add mcp-jpmorgan-payments-ai ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
J.P. Morgan Payments AI
One-stop AI toolkit for building, integrating, and scaling AI-powered products with J.P. Morgan Payments APIs.
This repository equips GitHub Copilot, Claude Code, Cursor, and other agent harnesses with working knowledge of the J.P. Morgan Payments APIs. Instead of context-switching to the docs, you describe what you want to build and your agent handles onboarding, authentication, and the integration itself.
> Use at Your Own Risk. The code and instructions in this repository are provided for reference purposes only. The maintainers do not assume responsibility for any issues, damages, or losses arising from their use. These tools rely on AI agents to produce code, and all generated code must be reviewed and verified by a qualified engineer before being deployed to production. AI-generated code can contain subtle correctness, security, or compliance defects.
What's inside
| Component | Description | | --------- | ----------- | | [Agent Skills](skills/README.md) — [skills/](skills/) | Procedural playbooks that walk your agent through onboarding, OAuth, and API integration — Checkout, Online Payments, and more. | | [MCP Server](mcp/README.md) — [mcp/](mcp/) | A Model Context Protocol server that puts the entire PDP documentation set at your agent's fingertips: search, read, and find related docs. |
Each component has its own README with full setup and usage instructions.
Prerequisites
- A J.P. Morgan Payments developer account and access to the Payments Developer Portal (PDP).
- API credentials for your target environment (CAT or PROD):
clientId, certificate, and private key. No credentials yet? Start with/jpm-csrto generate a CSR for your Relationship Manager. - An agent harness: GitHub Copilot, Claude Code, Cursor, or another compatible client.
Agent skills
Agent skills are instructions that agents can use to build faster and more accurately. J.P. Morgan Payments offers a collection of skills that give your agents working knowledge of the J.P. Morgan Payments APIs — onboarding, authentication, and integration.
If you use one of these popular agent harnesses, we recommend installing the official J.P. Morgan Payments plugins, which bundle every skill and update automatically.
Claude Code
Run these commands in your project:
/plugin marketplace add https://github.com/jpmorgan-payments/ai
/plugin install jpm-payments-skills@jpm-payments-skills
Codex
Run these commands in your project:
codex plugin marketplace add jpmorgan-payments/ai
codex plugin add jpm-payments-skills@jpm-payments
Cursor
Run this command in your project:
/add-plugin jpm-payments-skills
Manual installation
> Manually installed skills don't auto-update. Run npx skills update -y to get the latest versions.
Run this command in your project:
npx skills add jpmorgan-payments/ai
See the [Agent Skills README](skills/README.md) for GitHub Copilot, local installs, and per-skill detail.
Troubleshooting
| Symptom | Likely cause | What to try | | ------- | ------------ | ----------- | | Slash command not recognized | Skills not installed, or agent not reloaded | Re-run the install command and reload your agent | | 401 / 403 on API calls | Invalid or expired credentials, wrong environment | Verify clientId, key, and that you're targeting the correct CAT/PROD endpoint | | Agent can't find API docs | MCP server not running or client not pointed at it | Confirm the local MCP server is running and registered in your client config | | OAuth token errors | Certificate / private key mismatch | Re-check your key pair and certificate registration in the developer portal |
Support
- Browse the per-component READMEs — [Agent Skills](skills/README.md) and [MCP Server](mcp/mcp-for-api-documentation/README.md) — for detailed setup and usage.
- For API-specific questions, consult the Payments Developer Portal.
- For repository issues, open a GitHub issue.
Contributing to JPMC Projects
Only valid contributors are able to provide contributions to this repository.
If this is your first time contributing to JPMC codebases you will need to fill out our Contribution Licence Agreement (CLA). More information can be found at:
License
This project is licensed under the Apache License 2.0 — see the [LICENSE](LICENSE) file for details.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: jpmorgan-payments
- Source: jpmorgan-payments/ai
- License: Apache-2.0
- Homepage: https://developer.payments.jpmorgan.com/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.