AgentDB
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_knowledge と search_knowledge という2つのツールをClaude CodeまたはClaude Desktop内で直接利用可能にします。
uvでのインストール (推奨)
uv はPythonのバージョン管理を自動的に行うため、Python 3.10+を手動でインストールする必要はありません。
curl -LsSf https://astral.sh/uv/install.sh | shClaude 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ツール
ツール | プラン | 説明 |
| Trial + Pro | 最新のN件を取得。タグやコンテンツタイプによるフィルタリングが可能 |
| Pro | セマンティックベクトル検索 — 自然言語クエリに関連性の高い項目を検索 |
REST APIリファレンス
ベースURL: https://agentdb-production-9ba0.up.railway.app
すべてのエンドポイント(/health、/v1/auth/register、/v1/knowledge/sources を除く)には以下が必要です:
X-API-Key: adb_xxxxxxxxxxxxxxxxxxxx知識 (Knowledge)
メソッド | パス | プラン | 説明 |
|
| Trial + Pro | 最新の項目。 |
|
| Pro | セマンティック検索 |
|
| Trial + Pro | IDによる単一項目の取得 |
|
| Public | スクレイピング対象ソースの一覧 |
クエリパラメータ — /latest
パラメータ | 型 | デフォルト | 説明 |
| int | 20 | 1ページあたりの項目数 (1–100) |
| int | 1 | ページ番号 |
| string | — | カンマ区切りのタグフィルタ (例: |
| string | — |
|
レスポンス項目の例
{
"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)
メソッド | パス | 説明 |
|
| 登録してトライアルAPIキーを取得 |
|
| キーの確認 (プラン、使用量、有効期限) |
ソース
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.pyThis server cannot be installed
Maintenance
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
- AlicenseAqualityBmaintenanceReal-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.1512811MIT
- AlicenseAqualityBmaintenanceReal-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.112MIT
- AlicenseNot gradedqualityBmaintenanceProvides live data API for AI agents with 51 REST endpoints across finance, travel, weather, news, and more, using USDC micropayments without API keys.53MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to search and retrieve market signals, revenue ideas, and growth tactics from 2,000+ curated entries across 18 sources.
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.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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