ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Arweave with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Interact with the Arweave permaweb. query network info, check wallet balances, inspect transactions, and calculate storage costs directly from your AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 13 capabilities

The complete Arweave capability set.

These are the exact actions your AI can choose when you ask it to work with Arweave.

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 13 available through Arweave.

  1. 01

    Get transaction

    Retrieve a transaction by its ID

  2. 02

    Get transaction data

    Retrieve the data associated with a transaction

  3. 03

    Get transaction offset

    Get the byte offset and size of the transaction data

  4. 04

    Get transaction status

    G., pending, confirmed). Get the status of a transaction

Capability set02 / 04

05-07

3 capabilities in this set.

Part of 13 available through Arweave.

  1. 05

    Get wallet balance

    Get the balance of a wallet address in Winstons

  2. 06

    Get network info

    Get current Arweave network status

  3. 07

    Get peers

    Get a list of peer addresses known to the node

Capability set03 / 04

08-10

3 capabilities in this set.

Part of 13 available through Arweave.

  1. 08

    Query graphql

    Execute a GraphQL query against the Arweave network

  2. 09

    Submit transaction

    Submit a new transaction to the network

  3. 10

    Get block by hash

    Retrieve a block by its hash

Capability set04 / 04

11-13

3 capabilities in this set.

Part of 13 available through Arweave.

  1. 11

    Get block by height

    Retrieve a block by its height

  2. 12

    Get storage price

    Get the cost in Winstons to store data

  3. 13

    Get wallet last tx

    Get the ID of the last transaction sent by the wallet

Observed, not estimated

891ms average. Fast in production.

Arweave is checked daily against the live service.

Daily averagePeak 1146ms
Aug 20Today
Fastest day
778ms
Slowest day
1146ms
14-day trend
Slowing+10%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 13 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Arweave, so you can see the experience inside your AI.

It does not authenticate your account with Arweave. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Arweave Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_1dwY4eKHwmodBlMbTeSI3fwDfYfyLlEk5y0YsQxG/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Arweave capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "arweave-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_1dwY4eKHwmodBlMbTeSI3fwDfYfyLlEk5y0YsQxG/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Arweave owners ask.

  • 01

    How do I check the cost to store a specific amount of data?

    You can use the get_storage_price capability. Just provide the number of bytes you intend to store, and the agent will return the price in Winstons (where 1 AR = 10^12 Winstons).

  • 02

    Can I retrieve the actual content of a transaction?

    Yes. Use the get_transaction_data capability with the specific Transaction ID (txid). The agent will fetch the data associated with that transaction from the blockweave.

  • 03

    How do I know if a transaction has been confirmed by the network?

    Use the get_transaction_status capability. It will return the current status of the transaction, including whether it is pending or confirmed, and the number of confirmations if available.