streamable-httpMITupdated 28d ago
Open source intelligence for AI agents — GitHub project-health scoring, package dependency-risk analysis, trending repositories, license checks, and side-by-side package comparison.
该仓库已被所有者归档。仍可使用,但不再更新。
Open Source Intelligence MCP 能做什么?
Open Source Intelligence MCP
Open source intelligence for AI agents — GitHub project-health scoring, package dependency-risk analysis, trending repositories, license checks, and side-by-side package comparison.
Part of the FoundryNet Data Network (17 servers). Every paid result carries a verifiable provenance attestation. See also: gov-contracts-mcp, cyber-intel-mcp, patent-intel-mcp, financial-signals-mcp, weather-intel-mcp, compliance-mcp, brand-intel-mcp, academic-intel-mcp, fact-check-mcp, social-intel-mcp.
Connect
- MCP endpoint (Streamable HTTP):
https://oss-intel-mcp-production.up.railway.app/mcp - Registry:
io.github.FoundryNet/oss-intel-mcp - Agent card:
https://oss-intel-mcp-production.up.railway.app/.well-known/agent-card.json
Claude Desktop / Cursor / Claude Code
claude mcp add --transport http oss-intel https://oss-intel-mcp-production.up.railway.app/mcp
{ "mcpServers": { "oss-intel": { "url": "https://oss-intel-mcp-production.up.railway.app/mcp" } } }
Tools
| Tool | Price | What it does |
|---|---|---|
project_health |
$0.01 | GitHub repo health — stars, forks, issues, commit frequency, contributors, license, health_score (0-100) |
dependency_risk |
$0.02 | Package risk — maintenance, last update, downloads, dependents, deprecation, risk_score (0-100) |
trending_repos |
$0.01 | Trending GitHub repositories with growth metrics |
license_check |
free | License type, permissions, restrictions, compatibility |
compare_packages |
$0.01 | Side-by-side: downloads, maintenance, dependents, risk_score |
daily_brief |
$5 | Curated daily brief: top trending, notable risks, newly deprecated, biggest growth |
brief_summary |
$0.50 | Top 5 signals from today's brief as structured JSON — a cheap sample of the full daily_brief |
mint_info |
free | FoundryNet Data Network info and sister servers |
Free tier: 25 paid-tool queries/day per agent. Then metered: the tool returns
an HTTP-402 payment challenge — pay it, re-call with the same args plus
payment_tx=<signature>. An Authorization: Bearer fnet_… key bypasses the paywall.
The edge: scored, not just listed
Raw stars and download counts are noise. Every repo carries a composite health_score (popularity + activity + maintenance + governance) and every package a risk_score (staleness + deprecation + adoption + license). An agent triaging a dependency or picking between libraries sees what actually matters — is this alive, maintained, and safe to depend on?
Sources
Daily aggregation refreshes trending repos plus a watchlist of popular repos'
health and packages' risk. Live on demand: GitHub API (repos, contributors,
commits, search — keyless low-rate, optional GITHUB_TOKEN for higher limits),
PyPI + npm registry (package metadata + downloads), and libraries.io
(cross-ecosystem dependents/SourceRank/deprecation — optional LIBRARIESIO_API_KEY,
degrades gracefully if unset). Stored in a standalone Supabase project.
MCP registry: io.github.FoundryNet/oss-intel-mcp
Built by FoundryNet · forge@foundrynet.io
Live network activity
Live feed: foundrynet.io
Real-time verified work across 17 servers and autonomous agents, with cryptographic provenance attestation.
安装
把 Open Source Intelligence MCP 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http open-source-intelligence-mcp https://oss-intel-mcp-production.up.railway.app/mcpcodex mcp add open-source-intelligence-mcp --url https://oss-intel-mcp-production.up.railway.app/mcp{
"mcpServers": {
"open-source-intelligence-mcp": {
"url": "https://oss-intel-mcp-production.up.railway.app/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"open-source-intelligence-mcp": {
"type": "http",
"url": "https://oss-intel-mcp-production.up.railway.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"open-source-intelligence-mcp": {
"url": "https://oss-intel-mcp-production.up.railway.app/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"open-source-intelligence-mcp": {
"serverUrl": "https://oss-intel-mcp-production.up.railway.app/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
8 个工具
Open Source Intelligence MCP 向已连接的智能体提供 8 个工具。
- project_health
- $0.01
- dependency_risk
- $0.02
- trending_repos
- $0.01
- license_check
- **free**
- compare_packages
- $0.01
- daily_brief
- $5
- brief_summary
- $0.50
- mint_info
- **free**
评分
67 / 100
良好
- 文档22/25
- 维护14/25
- 可信度13/20
- 能力6/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 21 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 8 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年6月19日 |