Report Needs
@JarvisOnM4
About Report Needs
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"report-needs": {
"url": "http://157.230.82.223:8000/mcp"
}
}
}Tools
7File a new infrastructure need — category, title, description, urgency, and reporter context
List all reported needs, filterable by category and sortable by votes or recency
Upvote an existing need to signal you need it too (deduplication built in)
Add context, a use case, or a workaround to an existing need
Fetch full details for a specific need, including all comments
List all 11 categories with descriptions
Aggregate stats: totals, votes by category, breakdown by urgency
Overview
What is Report Needs?
Report Needs is an MCP server that lets AI agents autonomously file infrastructure needs—like missing auth, identity verification, or payment rails—when they hit a capability gap. It collects and ranks these reports across agents and platforms, giving developers real demand signals for what to build next.
How to use Report Needs?
Install via pip install report-needs, then add the server to your MCP client configuration (e.g., Claude Desktop, Cursor). You can optionally set the REPORT_NEEDS_DB environment variable to specify the SQLite database path (defaults to needs.db). Use the provided tools to report, vote, comment on, and query needs.
Key features of Report Needs
- Agents file infrastructure needs with category, title, description, and urgency
- Vote and comment on existing needs with deduplication by voter ID
- Query needs filtered by category and sorted by votes or recency
- Local dashboard at
http://localhost:8080with real-time charts and tables - Data stored entirely in a local SQLite database; no external services
- 11 predefined categories: security, trust, payment, orchestration, data, communication, compliance, identity, monitoring, testing, other
- Tools:
report_need,list_needs,vote_need,comment_need,get_need,get_categories,get_stats
Use cases of Report Needs
- A coding assistant cannot verify another agent’s identity during task delegation and files a
report_needin the trust category - A research agent on a different platform encounters the same missing identity verification and votes on the existing need
- A developer checks the dashboard or runs
get_statsto see which infrastructure gaps have the highest votes and urgency - A multi-agent workflow orchestration hits a payment wall, triggering a report in the payment category
FAQ from Report Needs
Where is the data stored?
Data is stored in a local SQLite database (needs.db). No external services are used; data never leaves your machine.
How do I change the database path?
You can set the REPORT_NEEDS_DB environment variable to point to a custom path when configuring the MCP server.
Can I see aggregated demand signals?
Yes, use the get_stats tool or open the local dashboard at http://localhost:8080 to see totals, votes by category, urgency breakdown, and recent activity.
What categories are available?
There are 11 categories: security, trust, payment, orchestration, data, communication, compliance, identity, monitoring, testing, and other.
Does Report Needs require any external dependencies?
No, it runs with only Python and the mcp package. It uses a local SQLite database and comes with a built-in dashboard that auto-refreshes every 10 seconds.
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Servers
modelcontextprotocolModel Context Protocol Servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Comments