Unsplash Extended MCP Server for Pydantic AIGive Pydantic AI instant access to 28 tools to Add Photo To Collection, Create Collection, Delete Collection, and more
Pydantic AI brings type-safe agent development to Python with first-class MCP support. Connect Unsplash Extended through Vinkius and every tool is automatically validated against Pydantic schemas. catch errors at build time, not in production.
Ask AI about this MCP Server for Pydantic AI
The Unsplash Extended MCP Server for Pydantic AI is a standout in the Design Creative category — giving your AI agent 28 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
import asyncio
from pydantic_ai import Agent
from pydantic_ai.mcp import MCPServerHTTP
async def main():
# Your Vinkius token. get it at cloud.vinkius.com
server = MCPServerHTTP(url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp")
agent = Agent(
model="openai:gpt-4o",
mcp_servers=[server],
system_prompt=(
"You are an assistant with access to Unsplash Extended "
"(28 tools)."
),
)
result = await agent.run(
"What tools are available in Unsplash Extended?"
)
print(result.data)
asyncio.run(main())
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About Unsplash Extended MCP Server
Connect your Unsplash developer account to any AI agent and integrate the world's most popular open image library into your creative workflows.
Pydantic AI validates every Unsplash Extended tool response against typed schemas, catching data inconsistencies at build time. Connect 28 tools through Vinkius and switch between OpenAI, Anthropic, or Gemini without changing your integration code. full type safety, structured output guarantees, and dependency injection for testable agents.
What you can do
- Photo Discovery — Search for specific imagery, list editorial feeds, or fetch random photos filtered by orientation, topics, or collections.
- Collection Management — Create, update, and organize photo collections. Add or remove images to curate your visual assets.
- User Insights — Retrieve public profiles, list user-specific uploads, and analyze engagement through detailed statistics.
- Engagement — Like or unlike photos and track downloads to comply with Unsplash API guidelines.
- Topic Exploration — Browse curated topics and fetch high-quality photos categorized by the Unsplash editorial team.
The Unsplash Extended MCP Server exposes 28 tools through the Vinkius. Connect it to Pydantic AI in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 28 Unsplash Extended tools available for Pydantic AI
When Pydantic AI connects to Unsplash Extended through Vinkius, your AI agent gets direct access to every tool listed below — spanning stock-photography, image-search, visual-assets, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Add photo to collection on Unsplash Extended
Add a photo to a collection (requires user auth)
Create collection on Unsplash Extended
Create a new collection (requires user auth)
Delete collection on Unsplash Extended
Delete a collection (requires user auth)
Get collection on Unsplash Extended
Get a single collection by ID
Get collection photos on Unsplash Extended
Get photos in a specific collection
Get me on Unsplash Extended
Get the authenticated user profile
Get photo on Unsplash Extended
Get a single photo by ID
Get photo statistics on Unsplash Extended
Get statistics for a specific photo
Get random photo on Unsplash Extended
Get one or more random photos
Get related collections on Unsplash Extended
List related collections for a given collection ID
Get topic on Unsplash Extended
Get a single topic by ID or slug
Get topic photos on Unsplash Extended
Get photos for a specific topic
Get user on Unsplash Extended
Get a user public profile
Get user statistics on Unsplash Extended
Get user download and view statistics
Like photo on Unsplash Extended
Like a photo on behalf of the authenticated user
List collections on Unsplash Extended
List all public collections
List photos on Unsplash Extended
List photos from the editorial feed
List topics on Unsplash Extended
List all topics
List user collections on Unsplash Extended
List collections created by a user
List user photos on Unsplash Extended
List photos uploaded by a user
Remove photo from collection on Unsplash Extended
Remove a photo from a collection (requires user auth)
Search collections on Unsplash Extended
Search collections by keyword
Search photos on Unsplash Extended
Search photos by keyword
Search users on Unsplash Extended
Search users by keyword
Track photo download on Unsplash Extended
Track a photo download (Required for attribution)
Unlike photo on Unsplash Extended
Remove a like from a photo on behalf of the authenticated user
Update collection on Unsplash Extended
Update an existing collection (requires user auth)
Update me on Unsplash Extended
Update the authenticated user profile
Connect Unsplash Extended to Pydantic AI via MCP
Follow these steps to wire Unsplash Extended into Pydantic AI. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install Pydantic AI
pip install pydantic-aiReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenRun the agent
agent.py and run: python agent.pyExplore tools
Why Use Pydantic AI with the Unsplash Extended MCP Server
Pydantic AI provides unique advantages when paired with Unsplash Extended through the Model Context Protocol.
Full type safety: every MCP tool response is validated against Pydantic models, catching data inconsistencies before they reach your application
Model-agnostic architecture. switch between OpenAI, Anthropic, or Gemini without changing your Unsplash Extended integration code
Structured output guarantee: Pydantic AI ensures tool results conform to defined schemas, eliminating runtime type errors
Dependency injection system cleanly separates your Unsplash Extended connection logic from agent behavior for testable, maintainable code
Unsplash Extended + Pydantic AI Use Cases
Practical scenarios where Pydantic AI combined with the Unsplash Extended MCP Server delivers measurable value.
Type-safe data pipelines: query Unsplash Extended with guaranteed response schemas, feeding validated data into downstream processing
API orchestration: chain multiple Unsplash Extended tool calls with Pydantic validation at each step to ensure data integrity end-to-end
Production monitoring: build validated alert agents that query Unsplash Extended and output structured, schema-compliant notifications
Testing and QA: use Pydantic AI's dependency injection to mock Unsplash Extended responses and write comprehensive agent tests
Example Prompts for Unsplash Extended in Pydantic AI
Ready-to-use prompts you can give your Pydantic AI agent to start working with Unsplash Extended immediately.
"Search for 3 high-resolution photos of 'minimalist workspace' in landscape orientation."
"Get a random photo from the 'Architecture' topic."
"Show me the statistics for the user 'unsplash_photographer'."
Troubleshooting Unsplash Extended MCP Server with Pydantic AI
Common issues when connecting Unsplash Extended to Pydantic AI through Vinkius, and how to resolve them.
MCPServerHTTP not found
pip install --upgrade pydantic-aiUnsplash Extended + Pydantic AI FAQ
Common questions about integrating Unsplash Extended MCP Server with Pydantic AI.
How does Pydantic AI discover MCP tools?
MCPServerHTTP instance with the server URL. Pydantic AI connects, discovers all tools, and generates typed Python interfaces automatically.Does Pydantic AI validate MCP tool responses?
Can I switch LLM providers without changing MCP code?
Explore More MCP Servers
View all →
Roboflow
29 toolsManage computer vision workflows — upload images, train models, and manage datasets directly from your AI agent.

Public Suffix Extractor
1 toolsExtract the true root domain, TLD, and subdomain from any URL using the official Mozilla Public Suffix List.

CrowdTangle
10 toolsEquip your AI agent to track public social media insights, viral posts, and link shares via the CrowdTangle API.

Automate Reddit interactions via AI — search subreddits, list hot posts, and retrieve comment threads directly.
