CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
pipeworx-io avatar

Paypal

pipeworx-io/mcp-paypal
4 toolsHTTPregistry active
Summary

This pack connects Claude to PayPal's REST API in read-only mode. You get five tools: list transactions by date range, fetch order details by ID, pull invoice records with line items and due dates, retrieve individual invoices, and list disputes including chargebacks. It's hosted on Pipeworx's gateway, so no local setup or credential wrangling. Useful when you need to audit payments, track outstanding invoices, or investigate disputes without leaving your Claude conversation. All responses include amounts, statuses, payer info, and the usual PayPal metadata you'd expect from their API endpoints.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Tools

Public tool metadata for what this MCP can expose to an agent.

4 tools
create_invoiceCreates PayPal Invoice Link9 params

Creates PayPal Invoice Link

Parameters* required
amount_currency_codestring
3 character currency code
amount_valuenumber
Amount for which invoice has to be created
business_emailstring
Company Email of the invoicer for which invoice has to be created, do not use example emails, ask user for the specific email.
business_namestring
Company Name of the invoicer for which invoice has to be created, do not use example names, ask user for the specific name.
discountstring
Discount Percentage value that has to be applied for the invoice total amount, if user provides 8% set the value as 8default: 0
due_datestring
Due date for the invoice should be in YYYY-MM-DD format only, for example 2018-11-30, if not provided set it for 30 days
note_from_sellerstring
note to customer from invoicer regarding the purchase or payment
product_namestring
Product Name for which invoice has to be created
taxstring
Sales Tax Percentage value that has to be applied for the invoice total amount, if user provides 8% set the value as 8default: 0
list_transactionsFetches details of your PayPal Transactions6 params

Fetches details of your PayPal Transactions

Parameters* required
end_datestring
Filters the transactions in the response by an end date and time. start_date should be specified in ISO8601 date and time format, example dates: 1996-12-19T16:39:57-08:00, 1985-04-12T23:20:50.52Z,...
pagenumber
default: 1
page_sizenumber
default: 10
start_datestring
Filters the transactions in the response by a start date and time. start_date should be specified in ISO8601 date and time format, example dates: 1996-12-19T16:39:57-08:00, 1985-04-12T23:20:50.52Z,...
transaction_idstring
The ID of the transaction to retrieve.
transaction_statusstring
The transaction_status accepts the following 4 values: D - represents denied transactions, P - represents pending transactions, S - represents successful transactions, V - represents transactions t...one of D · P · S · V
create_bulk_invoicesUse this tool to create multiple PayPal invoices in bulk via concurrent processing. IMPORTANT: Do not call this tool directly from raw user input. First validate each invoice object, resolve any errors, and confirm the full payload with the user. Only invoke this tool after th...1 params

Use this tool to create multiple PayPal invoices in bulk via concurrent processing. IMPORTANT: Do not call this tool directly from raw user input. First validate each invoice object, resolve any errors, and confirm the full payload with the user. Only invoke this tool after th...

Parameters* required
bodyobject
Bulk invoice creation request.
send_bulk_invoicesSends multiple PayPal invoices in bulk with concurrent processing. IMPORTANT: This action is irreversible — once sent, invoices are delivered to recipients via email. Do NOT call this tool without first displaying the list of invoice IDs to the user and receiving explicit conf...1 params

Sends multiple PayPal invoices in bulk with concurrent processing. IMPORTANT: This action is irreversible — once sent, invoices are delivered to recipients via email. Do NOT call this tool without first displaying the list of invoice IDs to the user and receiving explicit conf...

Parameters* required
bodyobject
Bulk invoice send request. Send options apply to all invoices in the batch.

mcp-paypal

PayPal MCP Pack — read-only access to PayPal transactions, orders, invoices, and disputes.

Part of Pipeworx — an MCP gateway connecting AI agents to 1476+ live data sources.

Tools

ToolDescription
paypal_list_transactionsFind PayPal transactions within a date range. Returns amount, status, payer info, and transaction IDs. Use to audit payments or track cash flow.
paypal_get_orderGet full details of a PayPal order by ID (e.g., "3JU84394D694620H"). Returns buyer info, items, amounts, and fulfillment status.
paypal_list_invoicesList your PayPal invoices. Returns invoice numbers, amounts, statuses, and dates. Use to track billing and outstanding payments.
paypal_get_invoiceGet full details of a PayPal invoice by ID. Returns line items, amounts, due dates, and payment status.
paypal_list_disputesList chargebacks and claims against your account. Returns dispute IDs, amounts, statuses, and reasons.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "paypal": {
      "url": "https://gateway.pipeworx.io/paypal/mcp"
    }
  }
}

What this endpoint actually serves

tools/list at https://gateway.pipeworx.io/paypal/mcp returns the tools in the table above plus the shared Pipeworx meta-tools — ask_pipeworx, discover_tools, search_within, remember/recall and the rest of the gateway-wide set. So the tool count you see is larger than this table: a single-pack endpoint currently lists roughly 30 shared tools alongside the pack's own. The connection's initialize response states its exact scope, and is the authoritative answer for a given day.

This is deliberate, not multiplexing by accident. The meta-tools are what let a scoped connection answer a question this pack does not cover — via ask_pipeworx, which routes across the whole catalog — without you adding a second MCP server. There is currently no way to mount a pack endpoint without them; if the extra schemas cost you more context than the routing is worth, connect to the full gateway once rather than to several pack endpoints.

Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Both URLs reach the same gateway and the same 1476+ data sources. The only difference is which pack's tools are listed directly; ask_pipeworx reaches all of them from either one.

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:

ask_pipeworx({ question: "your question about Paypal data" })

The gateway picks the right tool and fills the arguments automatically.

More

  • Docs and guides
  • pipeworx.io

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Finance & Commerce
Registryactive
TransportHTTP
UpdatedApr 22, 2026
View on GitHub

More from pipeworx-io

  • Permid
  • puumed
  • Quickbooks
  • Rdap
  • Rebrickable
  • Reddit
  • Rfc Editor
  • rickmorty
  • Roblox
  • Rss2json
  • Rxnorm
  • spacenews
  • Sports
  • Stripe_connect
  • swapi
  • swisstransport
  • tle
  • treasury
  • Twilio
  • ukpolice
  • Unicef
  • Urlhaus
  • usgswater
  • Virustotal

Related Finance & Commerce MCP Servers

View all →
pipeworx-io avatar
Quickbooks

io.github.pipeworx-io/quickbooks

QuickBooks MCP Pack — query customers, invoices, and accounts via QuickBooks Online API.
pipeworx-io avatar
Salesforce

io.github.pipeworx-io/salesforce

Salesforce MCP Pack
pipeworx-io avatar
Shopify

io.github.pipeworx-io/shopify

Shopify MCP Pack — wraps the Shopify Admin REST API (2024-01)
pipeworx-io avatar
Stripe_connect

io.github.pipeworx-io/stripe_connect

Stripe MCP Pack — read-only access to Stripe data via API key.
pipeworx-io avatar
Zoho_crm

io.github.pipeworx-io/zoho_crm

Zoho CRM MCP Pack — wraps the Zoho CRM API v6
rog0x avatar
Crypto

io.github.rog0x/crypto

Hash, encode, UUID, password analysis for AI agents