Skip to main content
Glama
AgentBC9000

AgentDB

by AgentBC9000

AgentDB

AIエージェント向けのリアルタイム・キュレーション知識API。

AgentDBは、AI/テクノロジー、スタートアップ、オルタナティブ市場、新興市場(アフリカおよびアジア)にわたる31の厳選されたソースからの要約を月・水・金に更新するナレッジベースです。AIエージェントに接続することで、スクレイピング、要約、ストレージ管理の手間をかけずに、常に最新のコンテキストを提供できます。


クイックスタート

1. APIキーを取得する

curl -s -X POST https://agentdb-production-9ba0.up.railway.app/v1/auth/register \
  -H "Content-Type: application/json" \
  -d '{"email": "you@example.com", "name": "Your Agent"}'

レスポンス:

{
  "api_key": "adb_xxxxxxxxxxxxxxxxxxxx",
  "tier": "trial",
  "trial_expires_at": "2026-04-21T07:00:00",
  "message": "Welcome to AgentDB. Your 3-day trial has started."
}

キーは一度しか表示されないため、必ず保存してください。

2. 最新の知識を取得する

curl https://agentdb-production-9ba0.up.railway.app/v1/knowledge/latest \
  -H "X-API-Key: adb_xxxxxxxxxxxxxxxxxxxx"

Related MCP server: alphai-news

MCPサーバー (Claude推奨)

AgentDB MCPサーバーは、get_latest_knowledgesearch_knowledge という2つのツールをClaude CodeまたはClaude Desktop内で直接利用可能にします。

uvでのインストール (推奨)

uv はPythonのバージョン管理を自動的に行うため、Python 3.10+を手動でインストールする必要はありません。

curl -LsSf https://astral.sh/uv/install.sh | sh

Claude Code — グローバル設定

~/.claude.json に追加します (すべてのClaude Codeセッションで有効になります):

{
  "mcpServers": {
    "agentdb": {
      "type": "stdio",
      "command": "/path/to/uv",
      "args": ["run", "/path/to/agentdb/mcp/server.py"],
      "env": {
        "AGENTDB_API_KEY": "adb_xxxxxxxxxxxxxxxxxxxx"
      }
    }
  }
}

uv のパスは which uv で確認してください。サーバーのパスは、本リポジトリの realpath mcp/server.py で確認できます。

Claude Code — プロジェクト設定

プロジェクトのルートディレクトリに .mcp.json を追加します:

{
  "mcpServers": {
    "agentdb": {
      "type": "stdio",
      "command": "uv",
      "args": ["run", "/absolute/path/to/agentdb/mcp/server.py"],
      "env": {
        "AGENTDB_API_KEY": "adb_xxxxxxxxxxxxxxxxxxxx"
      }
    }
  }
}

Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json に追加します:

{
  "mcpServers": {
    "agentdb": {
      "command": "uv",
      "args": ["run", "/absolute/path/to/agentdb/mcp/server.py"],
      "env": {
        "AGENTDB_API_KEY": "adb_xxxxxxxxxxxxxxxxxxxx"
      }
    }
  }
}

MCPサーバーを手動で実行する (テスト用)

AGENTDB_API_KEY=adb_xxxxxxxxxxxxxxxxxxxx uv run mcp/server.py

利用可能なMCPツール

ツール

プラン

説明

get_latest_knowledge

Trial + Pro

最新のN件を取得。タグやコンテンツタイプによるフィルタリングが可能

search_knowledge

Pro

セマンティックベクトル検索 — 自然言語クエリに関連性の高い項目を検索


REST APIリファレンス

ベースURL: https://agentdb-production-9ba0.up.railway.app

すべてのエンドポイント(/health/v1/auth/register/v1/knowledge/sources を除く)には以下が必要です:

X-API-Key: adb_xxxxxxxxxxxxxxxxxxxx

知識 (Knowledge)

メソッド

パス

プラン

説明

GET

/v1/knowledge/latest

Trial + Pro

最新の項目。limitpagetagscontent_type をサポート

GET

/v1/knowledge/search?q=...

Pro

セマンティック検索

GET

/v1/knowledge/{id}

Trial + Pro

IDによる単一項目の取得

GET

/v1/knowledge/sources

Public

スクレイピング対象ソースの一覧

クエリパラメータ — /latest

パラメータ

デフォルト

説明

limit

int

20

1ページあたりの項目数 (1–100)

page

int

1

ページ番号

tags

string

カンマ区切りのタグフィルタ (例: ai,markets)

content_type

string

articlevideoresearch、または data

レスポンス項目の例

{
  "id": "3e7c224c-...",
  "title": "Quantum Jamming and the Search for Principles Deeper Than Quantum Mechanics",
  "content_type": "article",
  "summary": "Researchers are exploring whether cryptographic protocols...",
  "body": {
    "category": "science_research",
    "key_points": ["...", "..."],
    "source_name": "Quanta Magazine"
  },
  "tags": ["quantum-mechanics", "cryptography", "causality"],
  "confidence": 0.92,
  "relevance_score": 0.92,
  "published_at": "2026-04-18T11:40:55+00:00"
}

認証 (Auth)

メソッド

パス

説明

POST

/v1/auth/register

登録してトライアルAPIキーを取得

GET

/v1/auth/me

キーの確認 (プラン、使用量、有効期限)


ソース

AgentDBは31のソースから取り込みを行い、月・水・金の07:00 UTCに更新されます。

対象: AI/テクノロジー、スタートアップ/IPO、オルタナティブ市場、新興市場(アフリカおよびアジア)。従来の通信社は含みません。

ポッドキャスト (8)

ソース

カテゴリ

Lex Fridman Podcast

technology_ai

Dwarkesh Podcast

technology_ai

Hard Fork

technology_ai

This Week in Tech

technology_ai

Acquired

startups_ipo

How I Built This

startups_ipo

All-In Podcast

market_news_alternative

Prof G Markets Podcast

market_news_alternative

ブログ (22)

ソース

カテゴリ

MIT Technology Review

technology_ai

Ars Technica

technology_ai

IEEE Spectrum

technology_ai

Hacker News

startups_ipo

Y Combinator Blog

startups_ipo

The Verge

startups_ipo

Entrepreneur

startups_ipo

TechCrunch

startups_ipo

The Hindu Business Line

emerging_markets_asia

Mint (India)

emerging_markets_asia

Zero Hedge

market_news_alternative

Wolf Street

market_news_alternative

Econbrowser

market_news_alternative

A Wealth of Common Sense

market_news_alternative

The Big Picture (Ritholtz)

market_news_alternative

Farnam Street

market_news_alternative

Asymco

market_news_alternative

The Daily Upside

market_news

Rest of World

emerging_markets

TechCabal

emerging_markets_africa

Techpoint Africa

emerging_markets_africa

How We Made It In Africa

emerging_markets_africa

YouTube RSS (1)

ソース

カテゴリ

Y Combinator

startups_ipo

機械可読な全リスト: GET /v1/knowledge/sources


料金

プラン

価格

レート制限

機能

Trial

無料

100回/日

最新の項目、3日分

Pro

$20/月

1,000回/日

最新 + セマンティック検索

Fleet

$99/月

10,000回/日

すべての機能、一括アクセス

アップグレードは /v1/payments/checkout (Stripeまたは暗号資産) から行ってください。


セルフホスティング

git clone https://github.com/AgentBC9000/agentdb
cd agentdb
cp .env.example .env   # fill in ANTHROPIC_API_KEY, DATABASE_URL, ADMIN_SECRET
docker-compose up

スクレイパーは独立して動作します。手動でトリガーするか、cronを設定してください:

cd scraper
ANTHROPIC_API_KEY=... AGENTDB_API_URL=... ADMIN_SECRET=... python run.py
A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Real-time web intelligence with freshness timestamps. Every extraction returns a dated envelope so AI agents know exactly how old the data is. Covers GitHub, HN, Scholar, arXiv, YC, jobs, finance, and package trends.
    15
    128
    11
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Real-time financial news for AI agents and trading bots — AI-enriched stories with per-ticker analysis, a 1–10 relevance score, SEC Form-4 insider transactions, plus trending and "actionable-now" feeds. Free tier, OAuth, no API key to paste.
    11
    2
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides live data API for AI agents with 51 REST endpoints across finance, travel, weather, news, and more, using USDC micropayments without API keys.
    53
    MIT

View all related MCP servers

Related MCP Connectors

  • Private company data & real-time news signals for AI agents.

  • Real-time curated crypto news for AI agents with sentiment, recaps, and search.

  • Verified, sourced, real-time intelligence layer for AI agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgentBC9000/agentdb'

If you have feedback or need assistance with the MCP directory API, please join our Discord server