MCP.so
登录
T

Teckel Ipfs Mcp Toolkit

@teckel-mcp-servers

关于 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.

基本信息

分类

开发工具

传输方式

stdio

发布者

teckel-mcp-servers

提交者

teckel

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "teckel-ipfs-toolkit": {
      "url": "https://mcp-servers.bh.tkllabs.io:9780/ipfs-mcp",
      "headers": {
        "Authorization": "Bearer <MY TECKEL APIKEY"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

开发工具 分类下的更多 MCP 服务器