The credit tools expose S&P credit rating data for public and private organizations. Because credit rating data is indexed by an internal organization ID rather than a stock ticker, you use a two-step workflow: search for the organization by name to get its ID, then retrieve the ratings for that ID.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/axionquant/mcp-server/llms.txt
Use this file to discover all available pages before exploring further.
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.”