
Image Metadata AI MCP Server
- Updated August 8, 2026
- CSOAI-ORG/image-metadata-ai-mcp
Image Metadata AI MCP is an MCP server that lets your agent read and work with image metadata through stdio tools.
What is Image Metadata AI MCP?
Image Metadata AI MCP is a Model Context Protocol server from MEOK AI Labs that exposes image metadata operations to coding agents over stdio. Developers shipping content SaaS, marketplaces, or internal tools often need EXIF dimensions, orientation, timestamps, or descriptive fields without writing one-off scripts per feature. Register this PyPI package in Claude Code or Cursor so the agent can fetch and summarize metadata while you implement upload endpoints or migration jobs. It is an integration layer, not a full digital asset manager. Review the GitHub repository for exact fields and privacy implications before processing user photos. Beginner to intermediate setup: Python, MCP stdio config, and clear policies on stripping sensitive EXIF on publish.
- stdio MCP server (PyPI image-metadata-ai-mcp v1.0.4)
- AI-assisted image metadata inspection via MCP tools
- Supports solo builders automating DAM, blog, and user-upload flows
- PyPI distribution with MEOK AI Labs GitHub source
- stdio transport fits local repos and CI-adjacent agent tasks
Image Metadata Ai Mcp by the numbers
- Data as of Aug 10, 2026 (Skillselion catalog sync)
claude mcp add image-metadata-ai-mcp -- uvx image-metadata-ai-mcpAdd a Image Metadata Ai Mcp badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
Get the embed code
| Package | image-metadata-ai-mcp |
|---|---|
| Transport | STDIO |
| Auth | None |
| Last updated | August 8, 2026 |
| Repository | CSOAI-ORG/image-metadata-ai-mcp ↗ |
What does Image Metadata AI MCP do?
Extract and reason over image metadata (EXIF and related fields) from agent-driven upload, CMS, or media pipelines.
Who is Image Metadata AI MCP for?
Best when you're wiring uploads, galleries, or CMS imports and want metadata queries inside the agent.
Skip if: Large-scale DAM replacements, GPU vision labeling pipelines, or compliance programs without reviewing EXIF privacy yourself.
What does Image Metadata AI MCP produce?
Your agent calls MCP metadata tools so integrations and content features ship with consistent parsing behavior.
- Structured metadata summaries from agent tool calls
- Reusable MCP hook for upload and gallery features
- Less bespoke scripting for EXIF and image property checks
- Published server version 1.0.4
- Transport: stdio
- Distribution: PyPI identifier image-metadata-ai-mcp
What does the Image Metadata Ai Mcp README cover?
README.md
Image Metadata Ai MCP
MEOK AI Labs MCP Server
MEOK AI Labs MCP Server
🚀 Quick Start
# Install via pip
pip install image_metadata_ai_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install image-metadata-ai-mcp --client claude
✨ Features
- MCP protocol compliant
- Easy installation
- Well-documented API
- Production-ready
- Active maintenance
📖 Documentation
🛡️ Compliance
This MCP server is built with EU AI Act compliance built-in:
- ✅ Article 9 — Risk Management System
- ✅ Article 13 — Transparency & Instructions for Use
- ✅ Article 15 — Bias Detection & Testing
- ✅ Article 26 — FRIA Support (where applicable)
- ✅ Article 50 — AI Content Watermarking (where applicable)
Need help getting compliant? Book a free 15-min diagnostic →
🏢 Enterprise
Need custom development, SLA guarantees, or white-label deployment?
- Pro: $99/mo — Full MCP suite + EU AI Act tracking
- Enterprise: $499/mo — Custom dev + SLA + Dedicated support
View Pricing → | Contact Sales →
🤝 Part of the MEOK Ecosystem
This server is part of the MEOK AI Labs ecosystem — 300+ MCP servers for sovereign AI governance.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
📜 License
MIT © CSOAI-ORG
Built with 💜 by MEOK AI Labs · UK Companies House 16939677
MIT © [MEOK AI Labs](https://meok.ai)Pairs with MEOK Governance Suite
Build something that touches users? You need compliance. MEOK ships 38 governance MCPs that drop in alongside this tool — EU AI Act, DORA, NIS2, CRA, GDPR, ISO 42001, FDA SaMD, MDR, Basel, MiFID II, MiCA, COPPA, and more.
# One-shot install of the governance pack
npx meok-setup --pack governance
Free tier: 10 calls/day per MCP. Pro tier (£79/mo): unlimited + cryptographically signed compliance attestations your auditor verifies independently.
→ Full catalogue: councilof.ai/catalogue → MEOK AI Labs: meok.ai
💸 Try MEOK in 30 seconds — instant buy ladder
| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | £1 | Signed sample MCP-Hardening report + Article 50 PDF | https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j |
| Quick Kit | £9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j |
| Founder Call | £29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j |
Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.
Browse every Claude Code MCP server, ranked by GitHub stars.
Which MCP servers are related to Image Metadata AI MCP?
How does Image Metadata Ai Mcp compare?
Focused metadata MCP integration, not a full computer-vision platform or CDN.
Image Metadata AI MCP FAQ
Who is image-metadata-ai-mcp for?
Developers building media-heavy features who want EXIF and related metadata accessible from MCP-aware agents.
When should I use image-metadata-ai-mcp?
Use it while implementing upload handlers, migrations, or content tools where the agent must inspect image properties.
How do I add image-metadata-ai-mcp to my agent?
Install image-metadata-ai-mcp from PyPI, add the stdio MCP server to your client config, and invoke the documented metadata tools on local or referenced image paths.