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.
Basic information
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
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Developer Tools MCP servers
Grafana MCP server
grafanaMCP server for Grafana
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
Comments