Coming soon · AI Agent Toolkit

    Connect your AI stack to your buckets

    Native MCP server, OAuth-ready connectors, and pre-built SDK integrations for every major AI framework. Your agent data stays in your Fil One buckets, under your own keys.

    claude_desktop_config.json
    1{
    2 "mcpServers": {
    3 "fil-one": {
    4 "command": "npx",
    5 "args": ["-y", "@fil-one/mcp-server"],
    6 "env": {
    7 "FIL_ACCESS_KEY": "your-access-key",
    8 "FIL_SECRET_KEY": "your-secret-key"
    9 }
    10 }
    11 }
    12}
    1{
    2 "event": "object.created",
    3 "bucket": "my-bucket",
    4 "key": "uploads/report-q3.pdf",
    5 "size": 204800,
    6 "etag": "d8e8fca2dc0f896fd7cb4cb0031ba249",
    7 "timestamp": "2025-05-26T14:32:00Z",
    8 "metadata": {
    9 "content-type": "application/pdf"
    10 }
    11}
    1from langchain_community.document_loaders import S3FileLoader
    2from langchain.text_splitter import RecursiveCharacterTextSplitter
    3import os
    4
    5# Load documents directly from your Fil One bucket
    6loader = S3FileLoader(
    7 bucket="my-bucket",
    8 key="docs/handbook.pdf",
    9 endpoint_url="https://eu-west-1.s3.fil.one",
    10 aws_access_key_id=os.environ["FIL_ACCESS_KEY"],
    11 aws_secret_access_key=os.environ["FIL_SECRET_KEY"],
    12)
    13
    14docs = loader.load()
    15splitter = RecursiveCharacterTextSplitter(chunk_size=500)
    16chunks = splitter.split_documents(docs)
    Why Fil One

    Your agent data belongs to you

    Data sovereignty

    Agent data lives in your buckets, not a third-party SaaS you don't control. Your keys, your data.

    Verifiable storage

    Every file is cryptographically verified on Filecoin's network. Agent memory you can actually audit.

    No extra cost

    The toolkit is free with your storage plan. You pay only for the storage you actually use.

    No infrastructure to manage

    Fil One handles durability, scaling, and replication. You just write to a bucket.

    Pricing

    Free with your storage plan.

    No separate licence, no per-request fees. Enable it in your account and it's ready to use.

    MCP server included
    OAuth connectors included
    SDK support included
    No per-request fees
    No per-connection fees
    Join the waitlist
    FAQ

    Common questions

    Model Context Protocol — an open standard for connecting AI models to tools and data sources. Supported by Claude, Cursor, Continue, and others.

    Claude Desktop, Cursor, Continue, Claude.ai, ChatGPT, Zapier, Make.com, and n8n. More coming.

    Yes — it lives in your Fil One buckets under your API keys. No third party can access it.

    No. Any S3-compatible SDK works out of the box. The toolkit adds MCP, OAuth connectors, and pre-built integrations on top.

    Yes — both Claude Desktop (via MCP config file) and Claude.ai (via OAuth). Takes about two minutes to set up.

    Let your AI agents work with your data

    Early access is open. Join the waitlist and be first in line.

    Works with Claude, Cursor, LangChain, and more · Free add-on