Skip to main content
Glama
briancasteel

Charity MCP Server

by briancasteel

Server Quality Checklist

58%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v1.0.0

  • Disambiguation5/5

    Each tool has a clearly distinct purpose with no overlap: charity-lookup retrieves detailed info by EIN, charity-search finds charities by criteria, list-organizations lists updated organizations by date, and public-charity-check verifies public charity status. The descriptions explicitly differentiate use cases, preventing misselection.

    Naming Consistency4/5

    Three tools follow a consistent 'charity-' or 'list-' prefix pattern (charity-lookup, charity-search, public-charity-check, list-organizations), but 'public-charity-check' deviates slightly by including a hyphenated adjective. The naming is mostly predictable and readable, with only minor inconsistency in the prefix style.

    Tool Count5/5

    With 4 tools, the server is well-scoped for its charity/nonprofit domain. Each tool serves a specific function (lookup, search, listing, verification) that earns its place, avoiding bloat or thin coverage. This count is appropriate for the apparent scope of IRS database interactions.

    Completeness4/5

    The tool set covers core operations for charity information retrieval: lookup by EIN, search by criteria, bulk listing by date, and status verification. Minor gaps exist, such as no explicit tools for updating or managing data (e.g., CRUD operations), but agents can work around this given the server's likely read-only focus on IRS data.

  • Average 3.9/5 across 4 of 4 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 0 commits in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI status not available
  • Add a LICENSE file by following GitHub's guide. Once GitHub recognizes the license, the system will automatically detect it within a few hours.

    If the license does not appear after some time, you can manually trigger a new scan using the MCP server admin interface.

    MCP servers without a LICENSE cannot be installed.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior3/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    With no annotations provided, the description carries full burden. It discloses the tool retrieves organizations with changes to tax-exempt status or filing information, which adds behavioral context. However, it doesn't mention important behavioral aspects like pagination, rate limits, authentication requirements, or what constitutes 'updated' (metadata changes vs. substantive changes).

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness4/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is well-structured with clear sections: purpose, parameters, return values, and usage guidance. It's appropriately sized for a single-parameter tool. Minor improvement could be made by front-loading the most critical information more aggressively, but overall it's efficient.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness3/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    For a single-parameter read operation with no output schema, the description provides adequate context about what data is returned. However, without annotations and with no output schema, it should ideally provide more detail about response format, pagination, or limitations. The description compensates somewhat by listing return data categories but doesn't fully address the lack of structured output information.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters3/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    Schema description coverage is 100%, so the schema already fully documents the single 'since' parameter. The description repeats the parameter information but doesn't add meaningful semantic context beyond what's in the schema. The baseline of 3 is appropriate when the schema does the heavy lifting.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose5/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states the verb 'List' and resource 'nonprofit organizations from the IRS database' with specific scope 'updated since a specified date'. It distinguishes from siblings by specifying this is for bulk organization data or tracking recent changes, unlike lookup/search/check tools that likely focus on individual organizations.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines4/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The description provides clear context for when to use this tool: 'to get bulk organization data or track recent changes to nonprofit status'. However, it doesn't explicitly state when NOT to use it or name specific alternatives among the sibling tools (charity-lookup, charity-search, public-charity-check).

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior3/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    With no annotations provided, the description carries the full burden. It discloses the data source (IRS database) and lists the types of information retrieved, which adds useful context. However, it does not mention behavioral aspects like rate limits, authentication needs, error handling, or whether the lookup is cached, leaving gaps in transparency for a tool with no annotations.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness5/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is appropriately sized and front-loaded: the first sentence states the core purpose, followed by a bulleted list of retrieved information for clarity, and ends with usage guidance. Every sentence earns its place without redundancy, making it efficient and well-structured.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness3/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    Given the tool's complexity (single parameter, no output schema, no annotations), the description is moderately complete. It explains what the tool does and what information it retrieves, but lacks details on output format, error cases, or integration with sibling tools. This is adequate but has clear gaps for a tool without annotations or output schema.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters3/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    The input schema has 100% description coverage, clearly documenting the 'ein' parameter with format and examples. The description adds no additional parameter semantics beyond what the schema provides, such as explaining EIN significance or validation rules. This meets the baseline of 3 since the schema does the heavy lifting.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose5/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states the specific action ('Look up detailed information') and resource ('charity or nonprofit organization'), distinguishing it from siblings like 'charity-search' (likely broader search) and 'list-organizations' (likely listing multiple). It specifies using EIN as the identifier, making the purpose explicit and differentiated.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines4/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The description provides clear context for when to use it ('when you need complete details about a specific charity'), but does not explicitly state when not to use it or name alternatives among the sibling tools. This gives adequate guidance but lacks explicit exclusions or comparisons to other tools.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior3/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    With no annotations provided, the description carries full burden and does disclose key behavioral traits: it's a verification/checking tool (not a mutation), returns specific information (public charity status, tax deductibility, EIN confirmation), and mentions the IRS context. However, it doesn't cover potential limitations like rate limits, error conditions, or data freshness.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness4/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is appropriately sized with four sentences that each serve a purpose: defines the tool's purpose, provides IRS context, lists return values, and gives usage guidance. It's front-loaded with the core purpose, though the structure could be slightly more streamlined.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness4/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    For a single-parameter verification tool with no output schema, the description provides good contextual completeness: it explains what the tool does, what it returns, and when to use it. The main gap is the lack of output format details, but given the tool's relative simplicity, this is acceptable.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters3/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    Schema description coverage is 100% for the single 'ein' parameter, so the schema already fully documents the parameter format and requirements. The description doesn't add any meaningful parameter semantics beyond what's in the schema, maintaining the baseline score.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose5/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states the tool's purpose with specific verbs ('verify', 'qualifies') and resource ('nonprofit organization'), and distinguishes it from siblings by focusing on IRS public charity status verification rather than general lookup/search/list operations.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines4/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The description provides clear context for when to use this tool ('to quickly verify if donations to an organization are tax-deductible'), but doesn't explicitly mention when NOT to use it or name specific alternatives among the sibling tools.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior3/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    With no annotations provided, the description carries full burden. It discloses the tool's purpose (search) and return format (list with basic information), but lacks details about behavioral traits like rate limits, authentication requirements, pagination, or error conditions. The description doesn't contradict any annotations since none exist.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness5/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is efficiently structured with clear sections: purpose statement, search parameters explanation, return format description, and usage guidance. Every sentence adds value without redundancy, and the information is front-loaded appropriately.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness4/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    Given the tool's moderate complexity (search with optional filters) and 100% schema coverage but no output schema, the description provides good context about what the tool does and returns. However, without an output schema, the description should ideally provide more detail about the return structure beyond just listing field names.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters3/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    Schema description coverage is 100%, so the schema already documents all three parameters thoroughly. The description adds minimal value by listing parameters in bullet form and clarifying that city and state are filters, but doesn't provide additional semantic context beyond what's in the schema descriptions.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose5/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states the specific action ('Search for charities and nonprofit organizations'), resource ('IRS database'), and scope ('by organization name, location, or combine multiple criteria'). It distinguishes from sibling tools by focusing on search functionality rather than lookup, listing, or checking operations.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines4/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The description provides clear context for when to use this tool ('when you don't have their exact EIN'), which implicitly suggests charity-lookup might be for exact EIN searches. However, it doesn't explicitly state when NOT to use it or name specific alternatives among the siblings.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

charity-mcp-server MCP server

Copy to your README.md:

Score Badge

charity-mcp-server MCP server

Copy to your README.md:

Latest Blog Posts

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/briancasteel/charity-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server