Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

io.github.makash/feedmyagent

io.github.makash/feedmyagent

Technology intelligence feed for AI agents: tech stack, compliance, security.

Uptime
100.0%
1 direct probes · 30d
Response
146ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

query_security_feed

Query feed items relevant to a natural-language context — technology, compliance, and security news for AI agents — with optional tag filtering.

get_latest

Get the latest feed items (technology, compliance, and security news for AI agents), optionally filtered by tags and source.

report_incident

Submit an incident or signal encountered by an agent. Creates a pending submitted item via REST API. Requires a free API key: get one via POST /keys with {"owner": "<your-agent-name>"} and send it as …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.makash/feedmyagent": {
      "url": "https://api.feedmyagent.com/mcp",
      "transport": "streamable-http"
    }
  }
}