Data Collection
fractale.online
Searches and retrieves datasets from Fractale's open data platform.
ENDPOINT 1
https://fractale.online/mcp
MCP server metadata
- Name
- fractale
- Version
- 0.0.2
Known tools 12
fractale_searchSearch Fractale's open datasets by keyword, portal, license, or region.
Inferred read-onlyfractale_get_datasetGet complete metadata for a dataset including file formats, tags, license, and API availability.
Inferred read-onlyfractale_preview_external_csvPreview 1-10 rows from a registered original CSV URL without storing the file in Fractale.
Inferred read-onlyfractale_downloadGet a 1-hour signed URL for a normalized file or a Fractale-stored original.
Inferred read-onlyfractale_upload_statusCheck scanning and publication status for an owned upload.
Potential side effectsfractale_list_portalsList available data portals on Fractale with their dataset counts, types, and regions.
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.fractale]
url = "https://fractale.online/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fractale": {
"type": "http",
"url": "https://fractale.online/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fractale
Remote MCP URL: https://fractale.online/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": {
"fractale": {
"url": "https://fractale.online/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fractale": {
"type": "http",
"url": "https://fractale.online/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fractale",
"transport": "streamable-http",
"url": "https://fractale.online/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for fractale.online was fetched 2026-08-04T07:00:44.767Z and is being refreshed.
fractale.online is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.