Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"frameworks/node-js"
]
},
"llm-docs"
"llm-docs",
"mcp-docs"
]
},
{
Expand Down
6 changes: 6 additions & 0 deletions mcp-docs.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "MCP Docs"
icon: "robot"
---

The Pinata MCP server lets you easily query the Pinata Docs and API.
2 changes: 2 additions & 0 deletions pinata-api-v3-uploads.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
openapi: 3.0.0
x-mcp:
enabled: true
info:
title: Private IPFS API
version: 1.0.0
Expand Down
2 changes: 2 additions & 0 deletions pinata-api-v3.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
openapi: 3.0.0
x-mcp:
enabled: true
info:
title: Pinata V3 API
version: 1.0.0
Expand Down
2 changes: 2 additions & 0 deletions pinata-x402-api-v1.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
openapi: 3.0.0
x-mcp:
enabled: true
info:
title: Pinata x402
description: x402 compatible endpoints for uploading and retrieving files on IPFS
Expand Down