Filebase (Web3 Storage) MCP Server for Google ADKGive Google ADK instant access to 29 tools to Platform Create Gateway, Platform Create Name, Platform Delete Gateway, and more
Google Agent Development Kit (ADK) is Google's framework for building production AI agents. Add Filebase (Web3 Storage) as an MCP tool provider through Vinkius and your ADK agents can call every tool with full schema introspection.
Ask AI about this MCP Server for Google ADK
The Filebase (Web3 Storage) MCP Server for Google ADK is a standout in the Developer Tools category — giving your AI agent 29 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
from google.adk.agents import Agent
from google.adk.tools.mcp_tool import McpToolset
from google.adk.tools.mcp_tool.mcp_session_manager import (
StreamableHTTPConnectionParams,
)
# Your Vinkius token. get it at cloud.vinkius.com
mcp_tools = McpToolset(
connection_params=StreamableHTTPConnectionParams(
url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
)
)
agent = Agent(
model="gemini-2.5-pro",
name="filebase_web3_storage_agent",
instruction=(
"You help users interact with Filebase (Web3 Storage) "
"using 29 available tools."
),
tools=[mcp_tools],
)
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About Filebase (Web3 Storage) MCP Server
Connect your Filebase account to any AI agent and take full control of your decentralized Web3 storage workflows through natural conversation.
Google ADK natively supports Filebase (Web3 Storage) as an MCP tool provider. declare Vinkius Edge URL and the framework handles discovery, validation, and execution automatically. Combine 29 tools with Gemini's long-context reasoning for complex multi-tool workflows, with production-ready session management and evaluation built in.
What you can do
- IPFS Operations — Add text files, fetch content by CID, and manage raw blocks directly on the IPFS network using the RPC API.
- Pinning Management — Use the Pinning Service API (PSA) or RPC to pin, list, and remove content identifiers (CIDs) for persistent storage.
- IPNS & Keys — Generate keypairs, publish CIDs to IPNS, and resolve names to IPFS paths for mutable decentralized websites.
- Usage & Infrastructure — Monitor storage usage, manage dedicated gateways, and track bucket metrics across the platform.
The Filebase (Web3 Storage) MCP Server exposes 29 tools through the Vinkius. Connect it to Google ADK in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 29 Filebase (Web3 Storage) tools available for Google ADK
When Google ADK connects to Filebase (Web3 Storage) through Vinkius, your AI agent gets direct access to every tool listed below — spanning ipfs, web3, decentralized-storage, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Platform create gateway on Filebase (Web3 Storage)
Create a new dedicated gateway
Platform create name on Filebase (Web3 Storage)
Create a new IPNS name
Platform delete gateway on Filebase (Web3 Storage)
Delete a dedicated gateway
Platform delete name on Filebase (Web3 Storage)
Delete an IPNS name
Platform get bucket usage on Filebase (Web3 Storage)
Get storage usage for a specific bucket
Platform get gateway on Filebase (Web3 Storage)
Get details of a specific dedicated gateway
Platform get gateway usage on Filebase (Web3 Storage)
Get bandwidth usage for a dedicated gateway
Platform get name on Filebase (Web3 Storage)
Get details of a specific IPNS name
Platform get usage on Filebase (Web3 Storage)
Get total storage and bandwidth usage
Platform list gateways on Filebase (Web3 Storage)
List all dedicated gateways
Platform list names on Filebase (Web3 Storage)
List all IPNS names
Platform update gateway on Filebase (Web3 Storage)
Update a dedicated gateway
Platform update name on Filebase (Web3 Storage)
Update an IPNS name to point to a new CID
Psa add pin on Filebase (Web3 Storage)
Add a pin using the Pinning Service API
Psa get pin on Filebase (Web3 Storage)
Get pin status by request ID
Psa list pins on Filebase (Web3 Storage)
List pins using the Pinning Service API
Psa remove pin on Filebase (Web3 Storage)
Remove a pin by request ID
Psa replace pin on Filebase (Web3 Storage)
Replace an existing pin
Rpc add on Filebase (Web3 Storage)
Add a text file to IPFS
Rpc block get on Filebase (Web3 Storage)
Retrieve a raw block by CID
Rpc cat on Filebase (Web3 Storage)
Fetch contents of a file by CID
Rpc key gen on Filebase (Web3 Storage)
Create a new keypair
Rpc key list on Filebase (Web3 Storage)
List all keys in the keychain
Rpc name publish on Filebase (Web3 Storage)
Publish a CID to IPNS
Rpc name resolve on Filebase (Web3 Storage)
Resolve an IPNS name to an IPFS path
Rpc pin add on Filebase (Web3 Storage)
Pin a CID to persistent storage
Rpc pin ls on Filebase (Web3 Storage)
List all pinned objects via RPC
Rpc pin rm on Filebase (Web3 Storage)
Unpin a CID via RPC
Rpc version on Filebase (Web3 Storage)
Get the version of the IPFS daemon
Connect Filebase (Web3 Storage) to Google ADK via MCP
Follow these steps to wire Filebase (Web3 Storage) into Google ADK. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install Google ADK
pip install google-adkReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenCreate the agent
Explore tools
Why Use Google ADK with the Filebase (Web3 Storage) MCP Server
Google ADK provides unique advantages when paired with Filebase (Web3 Storage) through the Model Context Protocol.
Google ADK natively supports MCP tool servers. declare a tool provider and the framework handles discovery, validation, and execution
Built on Gemini models, ADK provides long-context reasoning ideal for complex multi-tool workflows with Filebase (Web3 Storage)
Production-ready features like session management, evaluation, and deployment come built-in. not bolted on
Seamless integration with Google Cloud services means you can combine Filebase (Web3 Storage) tools with BigQuery, Vertex AI, and Cloud Functions
Filebase (Web3 Storage) + Google ADK Use Cases
Practical scenarios where Google ADK combined with the Filebase (Web3 Storage) MCP Server delivers measurable value.
Enterprise data agents: ADK agents query Filebase (Web3 Storage) and cross-reference results with internal databases for comprehensive analysis
Multi-modal workflows: combine Filebase (Web3 Storage) tool responses with Gemini's vision and language capabilities in a single agent
Automated compliance checks: schedule ADK agents to query Filebase (Web3 Storage) regularly and flag policy violations or configuration drift
Internal tool platforms: build self-service agent platforms where teams connect their own MCP servers including Filebase (Web3 Storage)
Example Prompts for Filebase (Web3 Storage) in Google ADK
Ready-to-use prompts you can give your Google ADK agent to start working with Filebase (Web3 Storage) immediately.
"Upload the text 'Hello from Filebase MCP' to IPFS."
"Show me a list of all my pinned objects."
"What is my current storage usage on Filebase?"
Troubleshooting Filebase (Web3 Storage) MCP Server with Google ADK
Common issues when connecting Filebase (Web3 Storage) to Google ADK through Vinkius, and how to resolve them.
McpToolset not found
pip install --upgrade google-adkFilebase (Web3 Storage) + Google ADK FAQ
Common questions about integrating Filebase (Web3 Storage) MCP Server with Google ADK.
How does Google ADK connect to MCP servers?
Can ADK agents use multiple MCP servers?
Which Gemini models work best with MCP tools?
Explore More MCP Servers
View all →
Presenton
12 toolsAutomate presentation generation via Presenton — create AI slide decks and manage exports directly from any AI agent.

WA Smart Business
13 toolsScale your WhatsApp business communication with chatbots, bulk messaging, and team inbox features for growing companies.

WordPress Subscriber Creator
1 toolsThis MCP does exactly one thing: it registers a new user in your WordPress database with the strictly enforced 'Subscriber' role. Perfect for turning Claude into an automated lead generation or membership onboarding bot.

Metronome
31 toolsAutomate usage-based billing via Metronome — ingest events, query usage data, and manage customer contracts directly from any AI agent.
