Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💰 Finance & Fintech
  3. Micro Data Api Factory
M
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:07:15 AM

Micro Data Api Factory

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View Repository

14 Japan data tools via MCP (weather/calendar/laws/company). x402 on Base, wallet-free trial.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON ▾

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "micro-data-api-factory": {
      "command": "npx",
      "args": [
        "-y",
        "micro-data-api-factory"
      ]
    }
  }
}

💡 Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives💰 More in Finance & Fintech

Documentation Overview

Micro Data API Factory

Public-source structured data APIs for AI agents. x402 micropayments.

Live: https://micro-data-api-factory.kasanegi123.workers.dev

Datasets

DatasetItemsDescription
Japanese Food Composition2,538MEXT official nutrition data — 18 food groups, 100g basis
SPDX License List727Complete OSS license catalog with OSI/FSF status
HTTP Headers (IANA)41IANA HTTP header registry with AI annotations
AI Crawler UA DB15AI crawler User-Agent strings
x402 Ecosystem DB12x402 / Pay Per Crawl ecosystem
Public Data Candidates10Evaluated public data sources

API

bash
# List all datasets
curl https://micro-data-api-factory.kasanegi123.workers.dev/api/v1/datasets

# Dataset statistics
curl https://micro-data-api-factory.kasanegi123.workers.dev/api/v1/datasets/jp-food-composition/stats

# Search items
curl "https://micro-data-api-factory.kasanegi123.workers.dev/api/v1/datasets/jp-food-composition/items?q=鶏肉"

# Item detail
curl https://micro-data-api-factory.kasanegi123.workers.dev/api/v1/datasets/jp-food-composition/items/11001

# Ranking
curl https://micro-data-api-factory.kasanegi123.workers.dev/api/v1/datasets/jp-food-composition/ranking?limit=10

Free for humans. AI crawlers get free basic access; premium endpoints (sources, export) return HTTP 402 with x402 payment instructions.

Currently in stub mode — 402 responses are returned but real payments are not yet processed.

Weather Data API (pay-per-call) — Updated 2026-04-20

Global weather data for AI agents. Pass a city name or coordinates, get structured JSON. No API keys, no geocoding setup. Backed by Open-Meteo (CC BY 4.0).

Runs on a dedicated worker (weather-data-api.kasanegi123.workers.dev) with a narrow x402 surface — only weather endpoints plus minimal discovery files. Full x402 v2 payment-required envelope including extensions.bazaar input/output schemas (so strict validators mark the resources callable automatically).

EndpointPriceDescription
GET /weather/current?city=Tokyo$0.001 USDCCurrent conditions — temperature, feels-like, humidity, wind, precipitation, condition
GET /weather/forecast?city=Tokyo&days=3$0.001 USDCDaily forecast (1–7 days) — high/low, precipitation probability, wind max
  • Network: Base mainnet (eip155:8453)
  • Asset: USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913)
  • Facilitator: Coinbase CDP
  • Real x402 settlement — no stub mode for this endpoint; payments land on-chain
  • Discovery: /.well-known/x402 · /openapi.json · /llms.txt
  • Registry: x402scan server page

Attribution: Weather data by Open-Meteo.com (CC BY 4.0).

AI Discovery

FileURL
LLM summary/llms.txt
Full LLM docs/llms-full.txt
OpenAPI 3.1.0/openapi.json
x402 manifest/.well-known/x402
Agent capabilities/.well-known/agentic-capabilities.json
Dataset index/datasets-index.json
Sitemap/sitemap.xml

Each dataset has a Markdown page at /datasets/{id}.md for AI consumption.

Transparency

AI Crawler Dashboard — who's crawling, who's paying.

Terminal
curl https://micro-data-api-factory.kasanegi123.workers.dev/api/public/crawl-summary

What is this?

A factory that converts scattered public information into small, structured data APIs that AI crawlers can read and pay for via x402.

Each record includes source_url, checked_at, extraction_method, quality_level, confidence, and warnings. Accuracy is not guaranteed — this is source-linked observational data.

Tech

  • Cloudflare Workers + Hono + D1
  • x402 protocol (USDC on Solana, stub mode)

Related

  • AI Food Data API — Food composition data API
  • AI Laws Data API — Japanese law text API

Hokkaido Defunct Railway Archive — Updated 2026-04-18

Archival reference for 40 defunct Hokkaido rail lines (1950–2026). 1,806 stations · 1,026 timetable revisions · 30,326 station×revision appearances · 61 monthly cover PDFs. Cover PDFs are paid assets at $0.01 each via x402 (USDC on Base mainnet).

Primary site (recommended entry point for AI crawlers): → retro-rail-archive-v14.kasanegi123.workers.dev

Deep links (v14):

  • /api/flyers — index of all 61 cover PDFs
  • /active-stations — current residents + full cover PDF archive grid
  • /api/lines · /lines/haboro · /lines/tempoku · /lines/nayoro · /lines/chihoku
  • /api/revisions · /api/appearances · /api/stats/summary
  • /llms.txt · /.well-known/x402 · /sitemap-pages.xml

Sample cover PDFs (each $0.01 via x402):

  • hokkaido-rail-cover-2020-04.pdf
  • hokkaido-rail-cover-1983-07.pdf
  • hokkaido-rail-cover-1935-10.pdf

Line examples: 羽幌線 · 美幸線 · 標津線 · 天北線 · 名寄本線 · 湧網線 · 白糠線 · 士幌線 · 広尾線 · 胆振線 · 深名線 · 池北線 · 夕張線 · 札沼線 · 日高本線 · 留萌本線 (40 lines total).

PDF asset format variants (A1–A4)

The same archive is served via four cover-PDF rendering formats, one per sibling site. All share the v14 paywall configuration (UA-filtered, /active-stations + /api/stats* + /api/stations/ranking* + /flyers/*.pdf paid for AI crawlers).

  • A1 grid — station × train-number timetable grid (3 pages) — v14 sample
  • A2 route-map — vertical route map with station dots and km labels (3 pages) — v01 sample
  • A3 poster — monthly poster/flyer with heavy title blocks and revision stamp (2 pages) — v02 sample
  • A4 bulletin — archival bulletin with change summary + history timeline + station digest (4 pages) — v03 sample

Configuration variants under test (secondary)

Alternate paywall configurations for comparison. All serve the same archive dataset; only paywall scope differs.

v01 v02 v03 v04 v05 v06 v07 v08 v09

Extended archive cohort (N1–N8) — consecutive recent monthly coverage

Sibling sites covering the same lines with a consecutive 61-month recent coverage window (ending 2025-12 for the Hokkaido-region archive, 2023-12 for Honshu, 2019-12 for European, 2014-12 for US). Filename pattern is {region}-flyer-YYYY-MM.pdf for brevity. All serve free HTML and JSON; paid cover PDFs at $0.01 via x402 (the N8 site tests $0.001).

  • N1 Hokkaido (Extended, grid PDF) — v10 · sample
  • N2 Hokkaido (Extended, route-map PDF) — v11 · sample
  • N3 Honshu (Extended) — v12 · sample
  • N4 European (Extended) — v13 · sample
  • N5 US (Extended) — v15 · sample
  • N6 Hokkaido (Extended, stats-gate paywall) — v16
  • N7 Hokkaido (Extended, minimal paywall) — v17
  • N8 Hokkaido (Extended, $0.001 price test) — v18 · manifest

Each extended site includes an enhanced homepage (About / AI & LLM Friendly / API Endpoints / Developers / Usage sections), a pure-English llms.txt, and /api/flyers listing 61 consecutive monthly covers.

Inspired by

Berghain Klubnacht Database by jphfa — the first known site to receive x402 payments from AI crawlers.

License

MIT (this README and public API documentation)

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • S
    Sirenic

    Official French & European company data for AI agents. Pay-per-call in USDC via x402, no API key.

    💰 Finance & Fintech0 views
    Compare vs Sirenic →
  • S
    Stride20k x402 Data Gateway

    17 pay-per-call data tools via x402 (USDC on Base): crypto, FX, weather, WHOIS, web, token risk.

    💰 Finance & Fintech0 views
    Compare vs Stride20k x402 Data Gateway →
  • B
    Blixtworks

    Vision, web and data tools paid per call in USDC on Base via x402. No account, no API key.

    💰 Finance & Fintech0 views
    Compare vs Blixtworks →
  • M
    Mcp Server

    34 stock valuation, financial data, and portfolio management tools for AI agents.

    💰 Finance & Fintech0 views
    Compare vs Mcp Server →

Frequently Asked Questions about Micro Data Api Factory

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "micro-data-api-factory": { "command": "npx", "args": ["-y", "micro-data-api-factory"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMicro Data Api Factory AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/micro-data-api-factory?style=directory)](https://allmcps.com/mcp/micro-data-api-factory)
HTML Embed
<a href="https://allmcps.com/mcp/micro-data-api-factory"><img src="https://allmcps.com/api/badge/micro-data-api-factory?style=directory" alt="Micro Data Api Factory on AllMCPs" /></a>

Technical Specs & Signals

Category💰Finance & Fintech
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging · 27/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge — we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💰 Finance & Fintech →Best MCP servers for Finance & Fintech →Alternatives to Micro Data Api Factory →Install in Claude DesktopInstall in CursorInstall in VS Code