Content
# mcpx-pydantic-ai
A Python library for using mcp.run tools with [pydantic-ai](https://github.com/pydantic/pydantic-ai)
## Example
```python
agent = Agent("claude-3-5-sonnet-latest", result_type=int)
results = agent.run_sync(
"find the largest prime under 1000 that ends with the digit '3'"
)
print(results.data)
```
Connection Info
You Might Also Like
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.