Systemprompt MCP Server
Unclaimed[DEPRECATED] Superseded by systempromptio/systemprompt-template and systempromptio/systemprompt-core. Reference MCP server implementation (OAuth 2.1, tools, prompts, resources, sampling, notifications).
Install
npx @systemprompt/systemprompt-mcp-serverUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (10)
elicitation_example
Demonstrates user input gathering (src/handlers/tools/elicitation-example.ts)
get_channel
Get subreddit posts (src/handlers/tools/get-channel.ts)
get_comment
Retrieve a specific comment (src/handlers/tools/get-comment.ts)
get_notifications
Fetch user notifications and messages (src/handlers/tools/get-notifications.ts)
get_post
Fetch a specific post with comments (src/handlers/tools/get-post.ts)
mcp_logging
Request server to log messages (src/handlers/tools/logging.ts)
sampling_example
Demonstrates AI-assisted content generation (src/handlers/tools/sampling-example.ts)
search_reddit
Search across Reddit with filters (src/handlers/tools/search-reddit.ts)
structured_data_example
Demonstrates structured data handling (src/handlers/tools/structured-data-example.ts)
validation_example
Demonstrates input validation (src/handlers/tools/validation-example.ts)