cozyreq
Verified Safeby cozycrafters
Overview
Enables AI agents to interact with and explore API endpoints.
Installation
python main.pySecurity Notes
The provided server code (`main.py`) is extremely minimal, merely printing a string. There are no apparent security risks like `eval`, network calls, dangerous file operations, or hardcoded secrets in the *executed server component*. The project appears to be in very early development, and the core functionality of an 'AI agent interacting with APIs' is not yet present in the provided runnable code.
Similar Servers
agentgateway
A flexible API gateway designed for routing and managing network traffic, with specialized capabilities for integrating AI/LLM models, Model Context Protocol (MCP) agents, and Agent-to-Agent (A2A) communications through configurable listeners, routes, and policies.
metorial-platform
The Metorial Platform is an open source integration platform for agentic AI, designed to connect any AI model to thousands of APIs, data sources, and tools with a single function call, built to scale for enterprise-grade AI applications.
code-assistant
An AI coding assistant that integrates with code editors to provide autonomous code analysis and modification, supporting multiple UI modes and the Agent Client Protocol (ACP).
2ly
2LY provides an infrastructure layer for AI agent tooling, enabling a private tool registry with embedded runtimes that integrate with various agent frameworks like LangChain, CrewAI, and AutoGPT.