Model Context Protocol

The default directory of
AI agent functions

Searchable, trust-scored directory of MCP-compatible functions. Install in one click for Claude Desktop, Cursor, and VS Code.

live: 0 functions live
0
Verified Functions
0
Total Executions
4
Trust Tiers
5
Language Runtimes

Everything you need to build with agents

The Function Registry gives AI agents access to verified, trust-scored functions they can call with confidence.

01

Trust Scores

Every function has a trust score computed from real execution outcomes. Functions that run successfully earn higher scores.

02

Sandbox Execution

Every function runs in an isolated WebAssembly sandbox. No filesystem access, no network egress unless explicitly granted.

03

Verification Levels

From automated L1 checks to platform-signed attestation at L4, each function's trust tier is clearly displayed.

04

One-Click Install

Add functions to your MCP server configuration with a single click. Works with Claude Desktop, Cursor, and VS Code.

Verification levels explained

L1

Automated

Automated malware scan and schema validation. Every function starts here.

L2

Malware + DRE + FXCERT

Security scan, data-risk evaluation, and platform-signed execution certificates (FXCERT).

L3

Full + Manual Review

All L2 checks plus manual review of safety-relevant aspects.

L4

Certified

Platform-verified with Ed25519-signed attestation. Highest trust.

Browse by category

DocumentsData ExtractionAI & MLCommunicationFinanceDeveloper Tools

Get started in minutes

1

Install the MCP server

Add FunctionFly to your MCP server configuration:

{
  "mcpServers": {
    "functionfly": {
      "command": "npx",
      "args": ["-y", "@functionflycom/mcp-server"],
      "env": {
        "FUNCTIONFLY_API_KEY": "ffp_your_api_key_here"
      }
    }
  }
}
2

Browse the registry

Explore trust-scored functions and add them to your agent configuration with one click.

3

Start building

Your agent can now call verified functions with full trust scores and execution tracking.

Ready to build with
trust infrastructure?

Join thousands of developers building reliable AI agent applications.