Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. JPYC Agent MCP
J
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:26:34 PM

JPYC Agent MCP

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

OAuth-protected JPYC wallet, transfer, and contract workflows on Polygon.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "jpyc-agent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jpyc-agent-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

JPYC Agent MCP

JPYC Agent MCP can be used both as a public MCP endpoint and as a Codex plugin bundle. This repository now uses the repository root as the plugin root so Codex can discover it directly.

What It Supports

  • Polygon agent wallet creation and lookup
  • Wallet balance inspection
  • JPYC transfer quote and execution flows
  • Contract read calls
  • Contract write quote and execution flows
  • Transfer and contract call status tracking

Plugin Layout

Codex should discover the plugin from the repository root via the files below:

  • .codex-plugin/plugin.json
  • .mcp.json
  • skills/jpyc-agent-mcp/SKILL.md
  • skills/jpyc-agent-mcp/agents/openai.yaml
  • config/default.json

Public Endpoint

  • MCP endpoint: https://jpyc-info.com/api/jpyc-agent-mcp
  • OAuth issuer: https://jpyc-info.com/api/jpyc-agent-oauth
  • Resource metadata: https://jpyc-info.com/.well-known/oauth-protected-resource
  • Authorization server metadata: https://jpyc-info.com/.well-known/oauth-authorization-server
  • OpenID configuration: https://jpyc-info.com/.well-known/openid-configuration
  • Human sign-in page: https://jpyc-info.com/mcp/connect
  • MCP Registry auth file: https://jpyc-info.com/.well-known/mcp-registry-auth

The endpoint is OAuth-protected. Users must log in and grant consent before private wallet operations can run. If you open the MCP endpoint directly in a browser, it redirects to https://jpyc-info.com/mcp/connect. If an MCP client receives 401 unauthorized, it should follow WWW-Authenticate and the resource metadata above to discover the OAuth flow. If ChatGPT/Codex does not surface a full authorization URL automatically, open https://jpyc-info.com/mcp/connect in the browser as the canonical human fallback. Low-level manual auth with /api/jpyc-agent-oauth/start remains available for debugging, but it is not the primary documented path. Clients using the low-level flow must keep the returned auth_session_secret private and present it when polling /api/jpyc-agent-oauth/auth-session.

For the complete OAuth contract and exact URLs, see docs/auth.md and config/oauth.json.

Claude Code

Claude Code does not natively support streamable-http MCP servers. Use mcp-remote to bridge streamable-http + OAuth to stdio.

Quick Start

Add the following to your project .mcp.json or ~/.claude/settings.json:

config.json
{
  "mcpServers": {
    "jpyc-agent-mcp": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://jpyc-info.com/api/jpyc-agent-mcp"
      ]
    }
  }
}

On first connection, mcp-remote opens a browser for OAuth consent. After authentication, all tools are available immediately.

Client Token Persistence

This repository defines the OAuth-protected MCP endpoint and the plugin metadata needed for Codex discovery. It does not implement client-side credential storage on behalf of Codex, ChatGPT, or any other MCP client.

Expected client behavior:

  1. Start the OAuth flow against the JPYC Agent OAuth issuer
  2. Receive the issued bearer token or equivalent session credential
  3. Persist that credential in the client's local secure storage
  4. Reuse it on subsequent MCP calls to https://jpyc-info.com/api/jpyc-agent-mcp
  5. Verify the recovered session with auth_status

If a client can complete browser login but cannot persist and reuse the issued credential locally, the MCP integration is incomplete from the user's point of view. In that case, the fix belongs in the MCP client implementation rather than this repository's server-side OAuth protocol.

For local operator workflows, this repository includes helpers that persist the issued refresh token with DPAPI and reuse it across future sessions:

  • docs/local-token-cache.md
  • scripts/jpyc_oauth_cache.py (Python, Windows)
  • scripts/jpyc_oauth_cache.ps1 (PowerShell, Windows)

MCP Registry

This repository includes server.json for publishing the remote server to the public MCP Registry using the domain-based namespace com.jpyc-info/jpyc-agent-mcp.

For HTTP-based domain verification, host the exact text value v=MCPv1; k=...; p=... at https://jpyc-info.com/.well-known/mcp-registry-auth. In the jpyc-info deployment, that endpoint is served from the MCP_REGISTRY_AUTH environment variable.

Main Tools

  • auth_status
  • list_agent_wallets
  • get_agent_wallet
  • create_agent_wallet
  • get_agent_wallet_balance
  • quote_transfer
  • transfer_jpyc
  • list_transactions
  • get_transfer_status
  • read_contract
  • quote_contract_write
  • execute_contract_write
  • list_contract_call_history
  • get_contract_call_status

Detailed request and response examples are in docs/tools.md.

Recommended Flow

  1. Check auth_status
  2. Inspect wallets with list_agent_wallets
  3. Create a wallet only if needed with create_agent_wallet
  4. Check balances before transfers
  5. Use quote-first execution for transfers and contract writes

Transfer flow:

  1. quote_transfer
  2. transfer_jpyc

Contract write flow:

  1. quote_contract_write
  2. execute_contract_write

Notes

  • This repo does not include secrets.
  • This repo does not include private keys or signer material.
  • The bundled skill is intended to keep Codex inside the JPYC Agent MCP tool surface.
  • For more details, see docs/auth.md, config/oauth.json, and docs/openai-and-mcp.md.

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • B
    Bvcc Agent Wallet

    Non-custodial BVCC Agent Wallet on-chain for AI agents: balances, transfers, approvals, swaps.

    πŸ’° Finance & Fintech0 views
    Compare vs Bvcc Agent Wallet β†’
  • A
    Agent Wallet Mcp

    Agent wallet and budget management for AI agents

    πŸ’° Finance & Fintech0 views
    Compare vs Agent Wallet Mcp β†’
  • A
    Agentscoin Mcp

    Give your AI agent a wallet on AgentsCoin: create wallet, mine AGENT, check balance, send.

    πŸ’° Finance & Fintech0 views
    Compare vs Agentscoin Mcp β†’
  • Plugin logoPlugin

    Circulara Observe MCP plugin - meters your AI agents' token spend and carbon, free tier.

    πŸ’° Finance & Fintech0 views
    Compare vs Plugin β†’

Frequently Asked Questions about JPYC Agent MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "jpyc-agent-mcp": { "command": "npx", "args": ["-y", "JPYC Agent MCP"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewJPYC Agent MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/jpyc-agent-mcp?style=directory)](https://allmcps.com/mcp/jpyc-agent-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/jpyc-agent-mcp"><img src="https://allmcps.com/api/badge/jpyc-agent-mcp?style=directory" alt="JPYC Agent MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 7h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to JPYC Agent MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code