Skip to main content
Glama
monroedean

doctor-of-credit-mcp

by monroedean

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_categoriesA

List the categories available from Doctor of Credit.

get_postA

Retrieve a Doctor of Credit post by ID or URL.

get_recent_postsA

Retrieve recent Doctor of Credit posts, optionally filtered by category slug (default limit: 10; maximum: 100).

search_postsA

Search Doctor of Credit posts by text, optionally filtered by category slug and publication date (default limit: 10; maximum: 100).

compare_offersA

Retrieve up to 10 selected Doctor of Credit posts together without merging or inferring their offer terms.

get_big_dealsA

Retrieve likely notable Doctor of Credit deal articles using documented amount-mention signals (default limit: 10; maximum: 25).

find_bank_bonusesA

Find up to 10 likely bank-bonus source articles using optional institution, USPS state, and minimum dollar-mention filters.

find_credit_card_offersA

Find up to 10 likely credit-card offer source articles using optional issuer, card-name, and minimum source-unit bonus filters.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 8 tools

Disambiguation4/5

Each tool has a clearly defined role, from general content browsing (list_categories, get_post, get_recent_posts, search_posts) to specialized offer lookups (find_bank_bonuses, find_credit_card_offers). Minor overlap exists between compare_offers and get_post (batch vs single retrieval) and between find_* tools and search_posts, but descriptions are clear enough to guide selection.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern (list_categories, get_post, search_posts, compare_offers, find_bank_bonuses, etc.). No camelCase or inconsistent verb styles are present, making the naming highly predictable.

Tool Count5/5

With 8 tools, the server is well-scoped for its purpose as a Doctor of Credit content interface. It covers essential browsing and searching actions without unnecessary bloat, fitting comfortably within the ideal 3-15 tool range.

Completeness5/5

The tool set provides comprehensive coverage for a read-only content API: listing categories, retrieving posts by ID/URL, browsing recent posts, searching, and specialized queries for bank bonuses, credit card offers, and big deals. There are no obvious gaps that would hinder an agent from accessing the available content.

Maintenance

ActivityMaintained
ResponsivenessResponsive