General Tools
foldr.space
Upload files, create short URLs, manage credits, and list files on foldr.space.
ENDPOINT 1
https://foldr.space/api/mcp
MCP server metadata
- Name
- foldr-space
- Version
- 1.0.0
foldr.space is agent-native file infrastructure. Every upload costs 5¢ - paid via x402 (USDC on Base, HTTP-only) on the REST API, or debited from account credits when calling MCP tools. Pro tier ($25/mo) and Enterprise ($100/mo) keys bypass per-call charges. File tools: upload_file (5¢/call, debits credits), bulk_upload (5¢/file), list_files, get_file_info, generate_share_link, delete_file, update_file_metadata, move_file. Folder tools: create_folder, list_folders, list_folder_files, delete_folder. Folders are scoped per API key - pass api_key on every folder/capability tool. Capability tools: mint_capability (agent-to-agent file handoff), list_capabilities, revoke_capability. Mint short-lived (default 1h, max 7d), use-capped, revocable share tokens instead of leaking bare file IDs or API keys. Webhook tools: create_webhook, list_webhooks, delete_webhook. Subscribe to file.uploaded, file.deleted, file.metadata_updated, capability.minted, capability.revoked. HMAC-signed deliveries with retry backoff. Account/billing: check_balance, top_up_credits (min $5), list_transactions, get_usage. URL shortener: create_short_url (free with API key). Resources: foldr://platform (info), foldr://api-docs (endpoints), foldr://pricing (cost table), foldr://health (reliability metrics). Authentication: Pass your API key (fs_xxx) on every tool. Get a key via POST /api/v1/auth/register. No free upload tier. Anonymous uploads were removed. Top up account credits via top_up_credits before calling upload_file or bulk_upload (unless on Pro+). For x402 micropayments (HTTP-only, REST API): see https://foldr.space/x402 and https://foldr.space/agents/upload-api. Every REST response includes _meta with cost_micro_cents, balance_remaining_cents, processing_ms, and request_id. Idempotency: Send Idempotency-Key on /api/v1/* writes - same key + same body replays the original 2xx response without re-charging. OpenAPI 3.1 spec: GET /openapi.json. Health: GET /api/v1/health. Public capabilities: GET /api/v1/agent/capabilities.
Known tools 23
create_short_urlCreate a shortened URL on foldr.space with optional custom slug and analytics.
Potential side effectstop_up_creditsGet a Stripe checkout URL to add credits to the foldr.space agent account.
Inferred read-onlygenerate_share_linkGenerate a shareable link for a file you own, with optional password protection and expiry.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.foldr-space]
url = "https://foldr.space/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"foldr-space": {
"type": "http",
"url": "https://foldr.space/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: foldr-space
Remote MCP URL: https://foldr.space/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"foldr-space": {
"url": "https://foldr.space/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"foldr-space": {
"type": "http",
"url": "https://foldr.space/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "foldr-space",
"transport": "streamable-http",
"url": "https://foldr.space/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.