recall-mcp

recall-mcp

3.3

If you are the rightful owner of recall-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is a Model Context Protocol (MCP) server implementation for Recall operations, enabling MCP-compatible clients to interact with Recall services for blockchain storage operations.

The Recall MCP Server is designed to facilitate interactions with Recall services, specifically for blockchain storage operations. It supports various operations such as account management, bucket management, and object manipulation within buckets. The server is equipped with robust security measures to protect sensitive information, particularly the private key required for Recall operations. It is compatible with platforms like Cursor and Claude Desktop, allowing seamless integration and configuration through environment variables or .env files. The server prioritizes security by implementing private key isolation, log protection, access prevention, and a security response tool to ensure that sensitive data is never exposed.

Features

  • Account Operations: Includes getting account information, checking credit balance, and buying credit.
  • Bucket Operations: Allows listing and creating new buckets.
  • Object Operations: Supports getting, adding, and listing objects within buckets.
  • Security Measures: Implements private key isolation, log protection, and access prevention to safeguard sensitive information.
  • Platform Compatibility: Compatible with Cursor and Claude Desktop for easy integration and configuration.

Tools

  1. get_account

    Get Recall account information

  2. get_balance

    Get Recall account balance information

  3. buy_credit

    Buy credit for Recall account

  4. list_buckets

    List all buckets in Recall

  5. create_bucket

    Create a new bucket in Recall

  6. list_bucket_objects

    List all objects in a Recall bucket

  7. get_object

    Get an object from a Recall bucket

  8. add_object

    Add an object to a Recall bucket

  9. security_guidance

    Get security guidance without exposing sensitive data