Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit d3fbdb8

Browse files
committed
Sync catalog
1 parent 2974c8a commit d3fbdb8

19 files changed

+613
-94
lines changed

prompts/catalog.yaml

Lines changed: 47 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ registry:
77
source: https://github.com/docker/labs-ai-tools-for-devs/tree/main/prompts/examples/mcp-sqlite.md
88
icon: https://avatars.githubusercontent.com/u/48680494?v=4
99
tools:
10-
- name: read_query
11-
- name: write_query
12-
- name: create_table
13-
- name: list_tables
14-
- name: describe_table
15-
- name: append_insight
10+
- name: read-query
11+
- name: write-query
12+
- name: create-table
13+
- name: list-tables
14+
- name: describe-table
15+
- name: append-insight
1616
prompts: 1
1717
resources: {}
1818
curl:
@@ -100,6 +100,8 @@ registry:
100100
source: https://github.com/stripe/agent-toolkit/tree/main/modelcontextprotocol
101101
icon: https://avatars.githubusercontent.com/u/856813?s=200&v=4
102102
tools:
103+
- name: cancel_subscription
104+
- name: create_coupon
103105
- name: create_customer
104106
- name: create_invoice
105107
- name: create_invoice_item
@@ -108,12 +110,16 @@ registry:
108110
- name: create_product
109111
- name: create_refund
110112
- name: finalize_invoice
113+
- name: list_coupons
111114
- name: list_customers
115+
- name: list_disputes
112116
- name: list_payment_intents
113117
- name: list_prices
114118
- name: list_products
119+
- name: list_subscriptions
115120
- name: retrieve_balance
116-
- name: search_documentation
121+
- name: update_dispute
122+
- name: update_subscription
117123
secrets:
118124
- name: stripe.secret_key
119125
prompts: 0
@@ -601,6 +607,7 @@ registry:
601607
- name: jira_get_sprint_issues
602608
- name: jira_get_sprints_from_board
603609
- name: jira_get_transitions
610+
- name: jira_get_user_profile
604611
- name: jira_get_worklog
605612
- name: jira_link_to_epic
606613
- name: jira_remove_issue_link
@@ -1399,7 +1406,7 @@ registry:
13991406
prompts: 0
14001407
resources: {}
14011408
heroku:
1402-
description: Heroku Platform MCP Server.
1409+
description: Heroku Platform MCP Server using the Heroku CLI.
14031410
title: Heroku
14041411
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/heroku.md
14051412
readme: https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/heroku.md
@@ -2188,7 +2195,7 @@ registry:
21882195
title: 3D Printer
21892196
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/3d-printer.md
21902197
readme: https://github.com/docker/labs-ai-tools-for-devs/blob/main/prompts/mcp/readmes/3d-printer.md
2191-
source: https://github.com/DMontgomery40/mcp-3D-printer-server/tree/refs/pull/3/merge
2198+
source: https://github.com/DMontgomery40/mcp-3D-printer-server/tree/main
21922199
icon: https://avatars.githubusercontent.com/u/182288589?s=200&v=4
21932200
tools:
21942201
- name: center_model
@@ -2240,6 +2247,7 @@ registry:
22402247
- name: get_assertions
22412248
- name: get_current_oncall_users
22422249
- name: get_dashboard_by_uid
2250+
- name: get_dashboard_panel_queries
22432251
- name: get_datasource_by_name
22442252
- name: get_datasource_by_uid
22452253
- name: get_incident
@@ -2335,6 +2343,7 @@ registry:
23352343
- name: get_job_test_results
23362344
- name: get_latest_pipeline_status
23372345
- name: recommend_prompt_template_tests
2346+
- name: run_pipeline
23382347
secrets:
23392348
- name: circleci.token
23402349
prompts: 0
@@ -2667,7 +2676,7 @@ registry:
26672676
- name: browser_tab_select
26682677
- name: browser_take_screenshot
26692678
- name: browser_type
2670-
- name: browser_wait
2679+
- name: browser_wait_for
26712680
prompts: 0
26722681
resources: {}
26732682
razorpay:
@@ -2678,14 +2687,42 @@ registry:
26782687
source: https://github.com/razorpay/razorpay-mcp-server/tree/main
26792688
icon: https://avatars.githubusercontent.com/u/7713209?v=4
26802689
tools:
2690+
- name: capture_payment
2691+
- name: close_qr_code
2692+
- name: create_instant_settlement
26812693
- name: create_order
26822694
- name: create_payment_link
2695+
- name: create_qr_code
26832696
- name: create_refund
2697+
- name: fetch_all_instant_settlements
26842698
- name: fetch_all_orders
2699+
- name: fetch_all_payment_links
2700+
- name: fetch_all_payments
2701+
- name: fetch_all_payouts
2702+
- name: fetch_all_qr_codes
2703+
- name: fetch_all_refunds
2704+
- name: fetch_all_settlements
2705+
- name: fetch_instant_settlement_with_id
2706+
- name: fetch_multiple_refunds_for_payment
26852707
- name: fetch_order
2708+
- name: fetch_order_payments
26862709
- name: fetch_payment
2710+
- name: fetch_payment_card_details
26872711
- name: fetch_payment_link
2712+
- name: fetch_payments_for_qr_code
2713+
- name: fetch_payout_with_id
2714+
- name: fetch_qr_code
2715+
- name: fetch_qr_codes_by_customer_id
2716+
- name: fetch_qr_codes_by_payment_id
26882717
- name: fetch_refund
2718+
- name: fetch_settlement_recon_details
2719+
- name: fetch_settlement_with_id
2720+
- name: fetch_specific_refund_for_payment
2721+
- name: payment_link_notify
2722+
- name: payment_link_upi.create
2723+
- name: update_order
2724+
- name: update_payment
2725+
- name: update_payment_link
26892726
- name: update_refund
26902727
secrets:
26912728
- name: razorpay.key_secret

prompts/mcp/3d-printer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ mcp:
1010
PRINTER_HOST: "{{3d-printer.host|safe}}"
1111
PRINTER_TYPE: "{{3d-printer.type}}"
1212
source:
13-
url: https://github.com/DMontgomery40/mcp-3D-printer-server/tree/refs/pull/3/merge
13+
url: https://github.com/DMontgomery40/mcp-3D-printer-server/tree/main
1414
---

prompts/mcp/aws-kb-retrieval-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mcp:
66
secrets:
77
aws.secret_access_key: AWS_SECRET_ACCESS_KEY
88
environment:
9-
AWS_ACCESS_KEY_ID: "{{aws.access_key_id}}"
9+
AWS_ACCESS_KEY_ID: "{{aws-kb-retrieval-server.access_key_id}}"
1010
source:
1111
url: https://github.com/modelcontextprotocol/servers/tree/2025.4.6
1212
---

prompts/mcp/husqvarna-automower.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mcp:
66
secrets:
77
husqvarna.client.secret: HUSQVARNA_CLIENT_SECRET
88
environment:
9-
HUSQVARNA_CLIENT_ID: "{{husqvarna.client_id}}"
9+
HUSQVARNA_CLIENT_ID: "{{husqvarna-automower.client_id}}"
1010
source:
1111
url: https://github.com/jeanlaurent/mcp-husqvarna-automower/tree/main
1212
---

prompts/mcp/neo4j-cloud-aura-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mcp:
66
secrets:
77
neo4j.password: NEO4J_AURA_CLIENT_SECRET
88
environment:
9-
NEO4J_AURA_CLIENT_ID: "{{neo4j.client_id}}"
9+
NEO4J_AURA_CLIENT_ID: "{{neo4j-cloud-aura-api.client_id}}"
1010
source:
1111
url: https://github.com/neo4j-contrib/mcp-neo4j/tree/main/servers/mcp-neo4j-cloud-aura-api
1212
---

prompts/mcp/neo4j-cypher.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ mcp:
66
secrets:
77
neo4j.password: NEO4J_PASSWORD
88
environment:
9-
NEO4J_URL: "{{neo4j.url}}"
10-
NEO4J_USERNAME: "{{neo4j.username}}"
9+
NEO4J_URL: "{{neo4j-cypher.url}}"
10+
NEO4J_USERNAME: "{{neo4j-cypher.username}}"
1111
source:
1212
url: https://github.com/neo4j-contrib/mcp-neo4j/tree/main/servers/mcp-neo4j-cypher
1313
---

prompts/mcp/neo4j-memory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ mcp:
66
secrets:
77
neo4j.password: NEO4J_PASSWORD
88
environment:
9-
NEO4J_URL: "{{neo4j.url}}"
10-
NEO4J_USERNAME: "{{neo4j.username}}"
9+
NEO4J_URL: "{{neo4j-memory.url}}"
10+
NEO4J_USERNAME: "{{neo4j-memory.username}}"
1111
source:
1212
url: https://github.com/neo4j-contrib/mcp-neo4j/tree/main/servers/mcp-neo4j-memory
1313
---

prompts/mcp/readmes/3d-printer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Attribute|Details|
1111
**Docker Image**|[mcp/3d-printer](https://hub.docker.com/repository/docker/mcp/3d-printer)
1212
**Author**|[DMontgomery40](https://github.com/DMontgomery40)
1313
**Repository**|https://github.com/DMontgomery40/mcp-3D-printer-server
14-
**Dockerfile**|https://github.com/DMontgomery40/mcp-3D-printer-server/blob/refs/pull/3/merge/Dockerfile
14+
**Dockerfile**|https://github.com/DMontgomery40/mcp-3D-printer-server/blob/main/Dockerfile
1515
**Docker Image built by**|Docker Inc.
1616
**Docker Scout Health Score**| ![Docker Scout Health Score](https://api.scout.docker.com/v1/policy/insights/org-image-score/badge/mcp/3d-printer)
1717
**Verify Signature**|`COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/3d-printer --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub`

prompts/mcp/readmes/armor-crypto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Parameters|Type|Description
303303

304304
---
305305
#### Tool: **`swap_quote`**
306-
Retrieve a swap quote.
306+
Retrieve a swap quote. Be sure to add slippage!
307307

308308
Expects a SwapQuoteRequestContainer, returns a list of SwapQuoteResponse.
309309
Parameters|Type|Description

0 commit comments

Comments
 (0)