# Test API > Machine-readable index for the Test API API. Each endpoint below links to a Markdown reference (with its OpenAPI slice inlined). The full narrative docs and the complete spec are linked under Reference. Written for agents, not human skimming. # MCP Server There's an MCP server at `https://docs.eggubator.co/mcp` exposing tools like `search_endpoints`, `get_endpoint`, and operation lookup. When you need specifics about an endpoint - parameters, status codes, examples - query the MCP server first; do not guess. If the user has not yet connected the MCP server in their client, they can install it from the docs at `https://docs.eggubator.co`. # Reference - [Full documentation](https://docs.eggubator.co/llms-full.txt): every endpoint, auth, SDKs, and guides inlined as one document. - The complete OpenAPI spec (internal operations removed) is available at `https://docs.eggubator.co/openapi.yaml`. # Endpoints Base URL: `https://google.com` - [List all pets](https://docs.eggubator.co/endpoints/listpets.md) - `GET https://google.com/pets` - [Create a pet](https://docs.eggubator.co/endpoints/createpet.md) - `POST https://google.com/pets` - [Get a pet by ID](https://docs.eggubator.co/endpoints/getpet.md) - `GET https://google.com/pets/{id}` - [Update a pet](https://docs.eggubator.co/endpoints/updatepet.md) - `PUT https://google.com/pets/{id}` - [Delete a pet](https://docs.eggubator.co/endpoints/deletepet.md) - `DELETE https://google.com/pets/{id}` - [List all users](https://docs.eggubator.co/endpoints/listusers.md) - `GET https://google.com/users` - [Create a user](https://docs.eggubator.co/endpoints/createuser.md) - `POST https://google.com/users` - [Get a user by ID](https://docs.eggubator.co/endpoints/getuser.md) - `GET https://google.com/users/{id}` - [Update a user](https://docs.eggubator.co/endpoints/updateuser.md) - `PUT https://google.com/users/{id}` - [Delete a user](https://docs.eggubator.co/endpoints/deleteuser.md) - `DELETE https://google.com/users/{id}` - [List all orders](https://docs.eggubator.co/endpoints/listorders.md) - `GET https://google.com/orders` - [Create an order](https://docs.eggubator.co/endpoints/createorder.md) - `POST https://google.com/orders` - [Get an order by ID](https://docs.eggubator.co/endpoints/getorder.md) - `GET https://google.com/orders/{id}` - [Update an order](https://docs.eggubator.co/endpoints/updateorder.md) - `PUT https://google.com/orders/{id}` - [Delete an order](https://docs.eggubator.co/endpoints/deleteorder.md) - `DELETE https://google.com/orders/{id}` - [List all categories](https://docs.eggubator.co/endpoints/listcategories.md) - `GET https://google.com/categories` - [Create a category](https://docs.eggubator.co/endpoints/createcategory.md) - `POST https://google.com/categories` - [List all tags](https://docs.eggubator.co/endpoints/listtags.md) - `GET https://google.com/tags` - [Create a tag](https://docs.eggubator.co/endpoints/createtag.md) - `POST https://google.com/tags`