What is MCP for AI agents?
Model Context Protocol provides a consistent way to expose external capabilities to AI systems. In AutronAI, a workspace installs or configures an MCP instance, reviews its tools, and assigns selected actions to a focused Tool Agent.
Does installing an MCP server give every Agent all of its tools?
No. Installation makes the connection available in the workspace. Tool access is granted later by selecting an MCP instance and individual tools for a Tool Agent, so an installed catalog does not become a broad permission set automatically.
Which MCP authentication methods are supported?
The current model supports none, api_key, and oauth authentication schemes. OAuth behavior is server-specific; the present marketplace includes dedicated Google Workspace OAuth handling rather than assuming a universal OAuth flow for every server.
How are MCP tools different from Skills?
An MCP tool represents an external action that an Agent may invoke. A Skill represents reusable procedural guidance. Instructions define the Agent's responsibility, while Skills and tools contribute different parts of how that responsibility is fulfilled.
Can I connect a custom MCP server?
The customer MCP workspace supports owner-scoped external server definitions with connection, authentication, and tool-catalog configuration. Catalog refresh is an explicit preview-and-approval workflow rather than a background process.