ThePornDB MCP Service
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | ThePornDB API token (uses default public token if not provided) | |
| log-level | No | Logging level: DEBUG, INFO, WARNING, ERROR | INFO |
| transport | No | MCP transport: stdio, streamable-http | stdio |
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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_scenesB | |
| search_moviesB | |
| search_javA | |
| get_content_detailsA | |
| search_performersC | |
| get_performer_detailsA | |
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 6 tools
Each tool has a clearly distinct purpose with no ambiguity. The tools are organized by resource type (content, performer) and action (get details, search), with specific tools for different content categories (JAV, movies, scenes) that have clear boundaries.
All tools follow a consistent verb_noun pattern throughout. The naming convention is perfectly uniform with 'get_' for retrieval operations and 'search_' for search operations, followed by the specific resource type.
Six tools is well-scoped for this adult content database service. Each tool earns its place by covering distinct aspects of the domain: detailed retrieval for content and performers, plus specialized search functions for different content types and performers.
The tool surface provides excellent coverage for search and retrieval operations across the main domain entities. Minor gaps exist such as no update/delete operations (which may be intentional for a read-only API) and no content creation tools, but the core query functionality is comprehensive.