agent-protocol: The Agent Protocol provides a single common interface for communicating with AI agents, addressing the challenge of diverse agent interfaces and simplifying comparison. It is a tech-stack agnostic API specification, enabling easier development of devtools and fostering ecosystem growth by reducing boilerplate.; civ6-mcp: This MCP server connects MCP-compatible clients to a running Civilization VI game, providing 70+ tools for units, cities, diplomacy, and more. Agents can read game state, make decisions, and end turns through the game's rule-enforcing APIs. It serves as a benchmark for evaluating LLM strategic reasoning over multi-turn games.
Developing new AI agents with a standard interface
Play a full game of Civilization VI through LLM agents