agent-veille
Allows searching and scanning arXiv preprints to discover the latest AI research and innovations.
Provides access to GitHub repositories and projects for AI innovation scanning, enabling agents to search and discover trending projects and code developments.
Provides access to Hugging Face models and datasets for AI innovation scanning, enabling agents to search and retrieve the latest ML resources.
Provides access to Reddit discussions for AI innovation scanning, enabling agents to search and discover relevant threads and community insights.
Provides access to YouTube videos for AI innovation scanning, enabling agents to search and retrieve relevant video content.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agent-veilleScan today's AI innovations for code and design domains."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AgentVeille — le MCP qui garde votre IA à jour
Serveur MCP (Model Context Protocol) qui permet à Claude — ou tout client MCP — de scanner chaque jour les sources d'innovation IA (arXiv, Hacker News, GitHub, et bientôt Hugging Face, Reddit, YouTube) et de normaliser les découvertes en Fiches-Skills actionnables par domaine (code, design, RH, agents...).
📄 Conception complète : docs/CONCEPTION.md
Installation
pip install "mcp[cli]" httpxPuis dans la config de Claude Desktop / Claude Code :
{ "mcpServers": { "agent-veille": { "command": "python", "args": ["/chemin/server.py"] } } }Related MCP server: AI News Aggregator
Outils exposés
chercher(sujet)— recherche multi-sources datée et sourcéescan_quotidien(domaines)— le scan du jour avec filtre de signalgabarit_fiche_skill()— le format normalisé à remplir par le modèle
Principe
Le serveur ne contient aucune intelligence : il fournit des données propres, datées, sourcées. C'est le modèle qui juge et normalise. Le serveur reste trivial à maintenir et compatible avec tous les modèles futurs.
Licence MIT.
This server cannot be deployed
Maintenance
Related MCP Connectors
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
Capability registry for the agentic economy. Semantic search over verified MCP server listings.
Official MCP server for subfeed.app — the cloud for agents. 15+ tools for AI agents to register, build, and deploy other agents. Zero human required. Start here: subfeed.app/skill.md
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Related MCP Servers
- AlicenseBqualityDmaintenanceA standalone MCP server that enables research (web search, URL fetch, news), workspace management (file operations, command execution), and self-extension via markdown-based skills.21MIT
- AlicenseNot gradedqualityBmaintenanceMCP server that aggregates AI news, academic papers from ArXiv, and trending GitHub repositories from multiple sources, enabling users to fetch, search, and filter recent AI content via natural language.1MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that adapts, activates, and shares local Agent Skills for runtimes like OpenAI Agents SDK and Claude Code, enabling dynamic discovery and shareable HTML/image artifacts.18 npm2MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that acts as an AI knowledge and skills hub, automatically discovering, indexing, and serving skill libraries to any MCP client with full-text search, rich metadata, and hot reload.MIT