All credit tools require a valid Axion API key. Include it in your MCP server configuration before use.
credit_search
Searches the S&P credit database for organizations matching the provided name. Returns a list of matching entities with their organization IDs. Use the returned ID as input to credit_ratings.
Organization name to search for, e.g.
Apple Inc.credit_ratings
Returns the S&P credit ratings for a specific organization, including long-term and short-term ratings and rating history. Requires an organization ID obtained from credit_search.
Organization ID returned by
credit_search.- “What’s Apple’s S&P credit rating?”
- “Show me Microsoft’s credit rating history.”