MCP Image Metadata Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port (optional, if not set uses stdio mode) | |
| X402_API_KEY | No | xpay API key | |
| X402_NETWORK | No | Base network (base or base-sepolia) | base-sepolia |
| FREEMIUM_LIMIT | No | Free requests per wallet | 50 |
| X402_WALLET_ADDRESS | No | Your Base USDC wallet address | |
| X402_FACILITATOR_URL | No | x402 payment relay URL | https://facilitator.xpay.sh |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| extract_image_metadataA | Extract metadata from image (EXIF, GPS, IPTC, XMP). Price: $0.002 USDC via x402 |
| extract_batch_metadataC | Extract metadata from multiple images (max 50). Price: $0.001-0.005 USDC via x402 |
| detect_image_manipulationC | Analyze image for manipulation signs. Price: $0.002-0.015 USDC via x402 |
| get_pricingA | Get current pricing for image metadata extraction tiers |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
The tools are mostly distinct: detection vs extraction (single/batch) vs pricing. However, the two extract tools could cause minor confusion if descriptions are not carefully read.
All tool names follow a consistent verb_noun snake_case pattern (e.g., detect_image_manipulation, extract_batch_metadata). The use of 'get_pricing' is consistent with 'get' as a verb.
With 4 tools, the set is well-scoped for an image metadata server: single extraction, batch extraction, manipulation detection, and pricing. No unnecessary tools.
The tools cover the core functionalities for image metadata: extracting metadata (single and batch), detecting manipulation, and retrieving pricing. No obvious gaps for the server's purpose.