Teckel Ipfs Mcp Toolkit
@teckel-mcp-servers
About Teckel Ipfs Mcp Toolkit
The Interplanetary File System (IPFS) MCP toolkit gives AI Agents and automated workflows the ability to utilize IPFS as a backend storage medium. Upload, retrieve, pin, and manage encrypted files on IPFS via a simple API accessible as MCP tools.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"teckel-ipfs-toolkit": {
"url": "https://mcp-servers.bh.tkllabs.io:9780/ipfs-mcp",
"headers": {
"Authorization": "Bearer <MY TECKEL APIKEY"
}
}
}
}Tools
10Get Ipfs Content For Wallet List IPFS files (selected on nickname via fuzzy search_string) for the account corresponding to the teckel API key used in the call ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
Remove Ipfs Files From Account Unpin and remove the IPFS files (selected on nickname via fuzzy search_string) from the teckel IPFS node and from the wallet account, for the account corresponding to the teckel API key used in the call. Note: this only removes the content from the teckel node and inventory. It may still exist on the IPFS de-centralized network. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
Pin Ipfs Files For Apikey Pin the IPFS files (selected on nickname via fuzzy search_string) on to the teckel IPFS node for the account corresponding to the teckel API key used in the call. Pinning prevents automatic deletion of the content from the IPFS node. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
Unpin Ipfs Files For Apikey Unpin the IPFS files (selected on nickname via fuzzy search_string) from the teckel IPFS node for the account corresponding to the teckel API key used in the call. Unpinning allows automatic deletion of the content from the IPFS node. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
Pin Ipfs Cid For Apikey Pin the individual entity identified by its IPFS cid on to the teckel IPFS node for the account corresponding to the teckel API key used in the call. Pinning prevents automatic deletion of the content from the IPFS node. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
Remove Ipfs Cid From Account Unpin and remove the individual entity identified by its IPFS cid from the teckel IPFS node and from the wallet account, for the account corresponding to the teckel API key used in the call. Note: this only removes the content from the teckel node and inventory. It may still exist on the IPFS de-centralized network. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
Publish Ipfs File To Webserver Retrieve the IPFS file, identified by its IPFS cid, from the teckel IPFS node, and publish it on the teckel web server, applying decryption if necessary, for the account corresponding to the teckel API key used in the call, returning the browseable URL. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
Upload Sender File To Ipfs For Apikey Upload file contents to the teckel IPFS node for the account corresponding to the teckel API key used in the call. The content will be pre-scanned for compatibility with the teckel terms and will be rejected if not compliant. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
Upload Sender Base64 To Ipfs For Apikey Upload base64-encoded file contents to the teckel IPFS node for the account corresponding to the teckel API key used in the call. The content will be pre-scanned for compatibility with the teckel terms and will be rejected if not compliant. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
Retrieve Ipfs File For Apikey Retrieve the contents of the IPFS file identified by the provided cid, from the inventory of the account corresponding to the teckel API key used in the call. Will automatically decrypt if encrypted. Only files originally posted to IPFS via teckel are supported i.e., not generic (non-teckel origin) IPFS content. ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json
Overview
What is Teckel Ipfs Mcp Toolkit?
This MCP server provides an interface to the InterPlanetary File System (IPFS) through the teckel platform. It allows AI assistants to list, upload, retrieve, pin, unpin, and remove IPFS files using natural language prompts. The server requires a teckel account and API key from the teckel mobile app.
How to use Teckel Ipfs Mcp Toolkit?
First, download the teckel App from the App Store or Google Play and create an account. Generate an API key in the app’s Account settings. Then configure your MCP client (e.g., Cursor) with the server URL https://mcp-servers.bh.tkllabs.io:9780/ipfs-mcp and an Authorization header set to Bearer YOUR_API_KEY. Optionally, use ipfs-sse for legacy SSE protocol. Clients send natural language prompts which the server maps to IPFS tool calls.
Key features of Teckel Ipfs Mcp Toolkit
- List IPFS files with fuzzy nickname search and filters
- Upload files (raw or base64-encoded) to IPFS
- Retrieve IPFS content by CID
- Pin and unpin files on the teckel IPFS node
- Remove files from teckel node and account inventory
- Encryption of content using the API key (not end-to-end)
- Content pre‑scanned for malware and inappropriate material
Use cases of Teckel Ipfs Mcp Toolkit
- Manage personal IPFS files via natural language in an AI chat client
- Encrypt and store sensitive data before IPFS upload
- Pin important IPFS content to prevent automatic garbage collection
- Publish IPFS files to a teckel web server for public sharing
- Bulk remove or re‑pin files based on nickname search patterns
FAQ from Teckel Ipfs Mcp Toolkit
How is Teckel Ipfs Mcp Toolkit priced?
Usage is billed via teckel credits purchased within the teckel App. See https://teckel.io/pricing/ for current rates.
Does Teckel Ipfs Mcp Toolkit have rate limits?
Yes, all MCP/API calls are rate‑limited per API key. Exceeding the limit returns a 429 error; exact thresholds are not disclosed.
Is my data encrypted when using Teckel Ipfs Mcp Toolkit?
Teckel can encrypt files using your API key, but this is not end‑to‑end encryption because the key is known to teckel servers. For full private control, encrypt files offline before uploading.
Can I use the same files from both the teckel App and this server?
Yes, the IPFS toolkit is fully compatible with the teckel App. Files uploaded via either method are accessible from both.
What happens if my API key is compromised?
You can generate a new key in the teckel App to disable the old one. However, any IPFS content previously encrypted with the old key will become irretrievable.
Frequently asked questions
How is Teckel Ipfs Mcp Toolkit priced?
Usage is billed via teckel credits purchased within the teckel App. See https://teckel.io/pricing/ for current rates.
Does Teckel Ipfs Mcp Toolkit have rate limits?
Yes, all MCP/API calls are rate‑limited per API key. Exceeding the limit returns a 429 error; exact thresholds are not disclosed.
Is my data encrypted when using Teckel Ipfs Mcp Toolkit?
Teckel can encrypt files using your API key, but this is not end‑to‑end encryption because the key is known to teckel servers. For full private control, encrypt files offline before uploading.
Can I use the same files from both the teckel App and this server?
Yes, the IPFS toolkit is fully compatible with the teckel App. Files uploaded via either method are accessible from both.
What happens if my API key is compromised?
You can generate a new key in the teckel App to disable the old one. However, any IPFS content previously encrypted with the old key will become irretrievable.
Basic information
More Developer Tools MCP servers

Foremerge
naw103Catch intent conflicts before code conflicts. The open-source coordination protocol for coding agents, built above Git.
ZeroBeacon — 1000-Tool Collision-Proof Commerce Router
DavidFox998ZeroBeacon.ai — Collision-proof commerce router for AI agents. 1000 MCP tools: commerce, trust, billing, sovereign ID + everyday tools. LIVE.

TaskerArmy Agent
TaskerArmyAsk Claude or ChatGPT what Shopify theme optimization tasks are pending on your store, a remote MCP server for TaskerArmy Agent accounts.
CodeSentinel
icohangar-opsCodebase health as MCP tools: dead code, circular dependencies, coupling, architectural drift.
Mobbin
MobbinMobbin MCP connects your AI agents to 600,000+ real product screens, so what they build starts with what already works.
Comments