# You can now connect your AI to Oh Dear

Today, we have launched [our MCP server](https://ohdear.app/docs/tools-and-sdks/mcp-server). MCP (Model Context Protocol) is a standardized way for AI models to connect with external data sources and tools.

If you use a tool like [Claude Code](https://claude.com/product/claude-code), then this is how you can connect Oh Dear to it (you can [create an API token](https://ohdear.app/user/api-tokens) in your account settings)

```bash
claude mcp add --transport http ohdear https://ohdear.app/mcp \
--header "Authorization: Bearer YOUR-API-TOKEN-HERE"
```

## Some examples

Here are a couple of example prompts

“Analyse the performance of spatie.be of the last week”

![AI assistant terminal printing an uptime report for spatie.be with a per-day response time and status table](/media/blog/40imjDgf0CR5P71mpr0NeE6mRwg0jOOjNaDFwyie.jpg)

“Which DNS records changed recently at spatie.be”

![AI assistant terminal summarizing recent DNS changes for spatie.be including added TXT and A records](/media/blog/JzIQoHOy6L2WWs1tJMucQM3d7UBBQ42lAEGsoaU9.jpg)

“Show me the trends of the lighthouse reports of spatie.be”

![AI assistant terminal showing a Lighthouse performance score timeline and key metrics with a score of 88](/media/blog/GUzjpSSb0jWwNNW6pcKgteVuk7FL8aqg92Liv6OS.jpg)

This is very powerful stuff. I’m curious which prompts you will try.

## In closing

Our MCP server can access all checks and their results, so you can ask questions about anything that Oh Dear is monitoring for you. 

You learn how to get started an view a few more examples in on [the dedicted MCP server page in our docs](https://ohdear.app/docs/tools-and-sdks/mcp-server).

We’re still improving our MCP server. If you have some unexpected results, or think a result can be better, do reach out to [support@ohdear.app](mailto:ohdeear.)

