COMPAMIRData

Deduplicated news, conflict-flagged, for AI agents.名寄せ済み・食い違い検知付きニュースAPI。

A read-only REST API and MCP server over COMPAMIR's structured news. Multiple sources are deduplicated into single events, reporting conflicts are flagged, in Japanese and English — with source links on every item. AI-generated 5W1H summaries only; no article text. COMPAMIRの構造化ニュースを提供する読み取り専用REST API+MCPサーバー。複数ソースをイベント単位に名寄せし、報道の食い違いを検知、日英で提供。各項目に出典リンク付き。本文は含まず、AI生成の5W1H要約のみ。

Why COMPAMIR Data

特長

Event-level dedup

イベント単位の名寄せ

Many articles about one story collapse into a single event — not a feed of duplicates.

同一の出来事に関する多数の記事を1イベントに統合。重複の羅列ではありません。

Conflict flags

食い違いフラグ

Where sources disagree on numbers, causes or actors, the event is flagged with a plain-language note.

数値・原因・主体で各社報道が食い違う場合、平易な解説付きでフラグします。

Japanese & English

日英ペア

Every field is available in both languages. Filter with lang.

全フィールドが日英で利用可能。langで切替。

Quickstart

クイックスタート

# Latest conflict-flagged events
curl -H "Authorization: Bearer cmp_live_..." \
  "https://api.compamir.com/v1/conflicts?limit=5"
const res = await fetch(
  "https://api.compamir.com/v1/events?genre=Tech&lang=en",
  { headers: { Authorization: `Bearer ${process.env.COMPAMIR_KEY}` } }
);
const { data } = await res.json();
// MCP server (no key required, free). Streamable HTTP:
{
  "mcpServers": {
    "compamir": { "url": "https://api.compamir.com/mcp" }
  }
}
// tools: search_events, get_event, list_conflicts
Base URL api.compamir.com activates once DNS is set. The MCP endpoint is free and unauthenticated.api.compamir.com はDNS設定後に有効化されます。MCPエンドポイントは無料・認証不要です。

Pricing

料金

Start here
$0
100 req / day
  • All endpoints, no delay
  • 全エンドポイント・遅延なし
  • MCP server included
  • MCPサーバー込み
Developer
$10/mo
5,000 req / day
  • + Email support
  • + メールサポート
Pro
$30/mo
50,000 req / day
  • + Conflict webhooks (planned)
  • + 対立Webhook(予定)
Paid plans open once we validate demand. Today: request a free key below (issued manually during early access).有料プランは需要確認後に開始。現在は下記から無料キーを申請(早期アクセス中は手動発行)。

Get a free API key

無料APIキーを申請

Docs

ドキュメント

OpenAPI 3.1 (/openapi.json) · API TermsAPI利用規約

© 2026 COMPAMIR · Structured news API · AI-processed, cite source links構造化ニュースAPI · AI処理・出典リンクの明示を