promethic-mcp
Promethic MCP
Public packaging and docs for the Promethic hosted MCP server.
Promethic is a prompt library: store versioned prompts where you set the model, switch models, and dial API-only settings (reasoning, verbosity, and other dials). Text, image, and JSON. Edit the output as you work; it tracks those edits and successful copy/download. Refine proposes the next version.
Hosted endpoint
URL:
https://mcp.getpromethic.com/v1Transport: Streamable HTTP
Auth: Bearer
pmk_developer key (Claude Desktop, Cursor, Codex CLI) or OAuth (Claude iOS, claude.ai web)
Related MCP server: Tripleshot MCP Server
Clients
See https://getpromethic.com/agents for Claude Desktop, Cursor, Claude iOS, claude.ai, and Codex CLI config.
License
Documentation in this repo is provided by Soulware Studio LLC. The Promethic product itself remains proprietary.
Local packaging
This repository includes a minimal stdio MCP server for packaging and introspection. The production MCP server is the hosted endpoint above. No real API keys are included in this repository.
Available Tools
2 toolsget_agents_docs_urlA
Return the Promethic agent setup and client configuration URL.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full behavioral burden. It indicates a read-only 'Return' operation, but does not disclose whether the URL is static, requires any authentication, or whether any network call is involved. For a trivial URL getter this is adequate but not deeply transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, front-loaded sentence that delivers the essential information with no filler or repetition. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter tool that simply returns a URL, the description is complete. It tells the agent exactly what to expect (the URL) and leaves no critical gaps, even without an output schema or annotations.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema is empty with zero parameters, so the baseline is 4. The description adds no parameter details because there are none to document, which is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific verb ('Return') and a specific resource ('Promethic agent setup and client configuration URL'). It is unambiguous about what the tool does, though it does not explicitly differentiate itself from the sibling tool get_connection_info.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The usage context is implied by the description: an agent should call this when it needs the agent setup/client configuration URL. However, there is no explicit guidance about when not to use it or how it compares to get_connection_info.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_connection_infoB
Return connection details for the hosted Promethic MCP server.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of behavior disclosure. 'Return' implies a read-only operation, and the hosted-server context adds some specificity, but the description does not disclose the shape of the returned details or any failure/edge-case behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, direct sentence with no filler. The key action and target resource are front-loaded, and every word contributes to the meaning.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple and has no parameters, so the description is minimally adequate. However, with no output schema and no annotations, the description does not clarify what 'connection details' actually include, which leaves some ambiguity for the agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and 100% schema coverage by default, so there is nothing for the description to add about parameter meaning. The baseline of 4 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Return') and the resource ('connection details for the hosted Promethic MCP server'). It does not explicitly contrast with the sibling tool get_agents_docs_url, but the resource is distinct enough that an agent can infer the difference.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided about when to use this tool versus the sibling tool get_agents_docs_url. The purpose is implied, but there are no explicit context cues, exclusions, or alternative routing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
2 tool updates
v0.1.0- First observed
get_agents_docs_url - First observed
get_connection_info
TDQS
Each tool has a clearly distinct purpose: one provides connection details, the other provides a documentation URL. There is no overlap or ambiguity between them.
Both tools follow the exact same 'get_' + noun pattern, making the naming perfectly consistent and predictable.
With only 2 tools, the server feels thin but the narrow scope (returning server info) is reasonable. The count sits at the borderline where it is acceptable but not substantial.
For the apparent purpose of providing connection and documentation information, the surface is complete. Minor additions like a status or configuration tool could be imagined, but no obvious gap exists for the stated domain.
Maintenance
Related MCP Connectors
Remote MCP server exposing SMI Aware tools, resources, and skills over Streamable HTTP.
MCP server for progressive tool usage at any scale (see https://klavis.ai)
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceMCP server for PromptHub. Enables publishing, fetching, listing, updating, and searching prompt repositories from Claude Code or Codex.10MIT
- FlicenseNot gradedqualityDmaintenanceStreamable HTTP MCP server that fronts api.tripleshot.ai, enabling AI clients to search, fetch, and render prompts from the Tripleshot prompt library.-
- AlicenseAqualityDmaintenanceEnables storage, versioning, and retrieval of prompts with rich metadata via MCP tools, supporting stdio and SSE transports.3163ISC
- FlicenseNot gradedqualityBmaintenanceMCP server for professional prompt engineering and agentic scaffolding, with cloud and local optimization.6-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/soulware-studio/promethic-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server