← Registry

Data Collection

fractale.online

Searches and retrieves datasets from Fractale's open data platform.

1 endpoint12 known toolsFirst detected July 18, 2026Last detected September 6, 2026

ENDPOINT 1

https://fractale.online/mcp

No auth detected

MCP server metadata

Name
fractale
Version
0.0.2
Capabilities
tools.listChanged

Known tools 12

fractale_search

Search Fractale's open datasets by keyword, portal, license, or region.

Inferred read-only
fractale_get_dataset

Get complete metadata for a dataset including file formats, tags, license, and API availability.

Inferred read-only
fractale_preview

Preview 1-10 rows of actual data with schema.

Inferred read-only
fractale_preview_external_csv

Preview 1-10 rows from a registered original CSV URL without storing the file in Fractale.

Inferred read-only
fractale_download

Get a 1-hour signed URL for a normalized file or a Fractale-stored original.

Inferred read-only
fractale_upload_create

Create a safe upload slot.

Potential side effects
fractale_upload_complete

Confirm that the signed HTTP PUT finished.

Inferred read-only
fractale_upload_status

Check scanning and publication status for an owned upload.

Potential side effects
fractale_list_portals

List available data portals on Fractale with their dataset counts, types, and regions.

Inferred read-only
fractale_realtime

Get live vehicle positions for a GTFS transit operator in Japan.

Inferred read-only
fractale_list_files

List all available data files for a dataset.

Inferred read-only
fractale_list_organizations

List organizations (data publishers) on Fractale.

Inferred read-only

CONNECT 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.

Trust status Neutral

fractale.online is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.