README.md
Standards documentation and validation tools for the Darwin platform.
Provides standards documentation and validation tools for the Darwin platform, including naming conventions and agent card validation. It enables AI agents to search platform standards and access resource templates for design and implementation.
Tools (3)
search_standardsSearch through Darwin platform standards and naming conventions.validate_agent_cardValidate an agent card against Darwin platform specifications.get_resource_templatesAccess resource templates for Darwin platform design and implementation.Configuration
claude_desktop_config.json
{
"mcpServers": {
"darwin-standards": {
"command": "npx",
"args": ["-y", "@fernandogjrtcv/darwin-standards-mcp"]
}
}
}Try it
→Search the Darwin standards for the correct naming conventions for new agents.
→Validate this agent card JSON against the Darwin platform specifications.
→Show me the available resource templates for implementing a new Darwin agent.
→What are the Darwin platform standards for agent card metadata?