USCardForum MCP Server
Related Servers
Alternatives to USCardForum MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceEnables interaction with USCardForum, a Discourse-based community focused on US credit cards and points. Provides 22 tools for discovering topics, reading content, researching user profiles, and managing authenticated actions like notifications and bookmarks.22MIT
- AlicenseNot gradedqualityNot gradedmaintenanceEnables interaction with USCardForum.com, a Discourse-based community for US credit cards and miles. Provides 22 tools for discovering topics, reading posts, researching user profiles, and managing authenticated actions like notifications and bookmarks.MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to interact with USCardForum, a Discourse-based community focused on US credit cards and points, providing access to topics, user profiles, search, and authenticated actions like notifications and bookmarks.22MIT
- AlicenseAqualityCmaintenanceEnables interaction with USCardForum, a Discourse-based community for US credit cards and points. Supports topic discovery, content reading, user research, forum search, and authenticated actions like notifications and bookmarks.22MIT

Discourse MCPofficial
AlicenseAqualityCmaintenanceEnables AI agents to interact with Discourse forums through search, reading topics/posts, managing categories and users. Supports secure authentication and optional write operations with rate limiting.143,214 npm76MIT- AlicenseAqualityDmaintenanceEnables AI agents to interact with Discourse forums through search, reading topics/posts, managing categories and tags, chat channels, and optionally creating content with safeguarded write operations.153,214 npmMIT
TDQS
Scored across 22 tools
Most tools have distinct purposes, but some overlap exists: get_topic_posts and get_all_topic_posts both fetch posts, with the latter being a pagination wrapper; get_user_replies and get_user_actions both retrieve user activity, though with different scopes. Descriptions help clarify, but an agent might occasionally misselect between these pairs.
Tool names follow a consistent verb_noun pattern throughout (e.g., get_categories, bookmark_post, search_forum). All use snake_case, with clear verbs like 'get', 'list', 'search', and 'subscribe', making the set predictable and easy to navigate.
With 22 tools, the count feels heavy for a forum server, though not extreme. While many tools are justified for detailed user and topic interactions, some could be consolidated (e.g., user-related tools), making the surface slightly bloated but manageable.
The toolset comprehensively covers the forum domain: it includes authentication (login), topic and post CRUD operations (fetch, search, bookmark), user profiling (summary, actions, badges), notifications, and subscriptions. No obvious gaps exist for core forum workflows, providing full lifecycle coverage.