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 서버는 Claude Code 또는 Claude Desktop 내에서 get_latest_knowledge 및 search_knowledge라는 두 가지 도구를 직접 제공합니다.
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"
}
}
}
}which uv 명령어로 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–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