
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@orbt-finance/mcp-server
Advanced tools
Advanced AI-powered MCP server for ORBT Financial Intelligence API with Gemini-powered natural language credit analysis, multi-company comparisons, Bitcoin scenario modeling, and comprehensive sector risk assessment
Advanced MCP (Model Context Protocol) server for ORBT Financial Intelligence API, featuring AI-powered credit rating analysis with Bitcoin treasury insights.
Version: 3.3.0 | Methodology: v0.2.2 - Bitcoin-aware credit ratings where BTC holdings improve creditworthiness
orbt_rating)orbt_analyst)Powered by Gemini AI, offering 6 core capabilities:
npm install -g @orbt-finance/mcp-server
Set your ORBT API key as an environment variable:
export ORBT_API_KEY=your_api_key_here
Get your API key at https://orbt.finance
No API key needed - pay 99 sats per query via Lightning Network
Add to your Claude configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"orbt": {
"command": "npx",
"args": ["@orbt-finance/mcp-server"],
"env": {
"ORBT_API_KEY": "your_api_key_here"
}
}
}
}
Basic Lookup:
Tool: orbt_rating
Input: { "identifier": "AAPL" }
Response: {
"rating": {
"ticker": "AAPL",
"company": "Apple Inc.",
"rating": "AA+",
"outlook": "Stable",
"bitcoin_holdings": 0,
"bitcoin_impact": "Neutral"
}
}
CUSIP Lookup:
Tool: orbt_rating
Input: { "identifier": "037833100" } // Apple's CUSIP
Compare Tech Giants:
Tool: orbt_analyst
Input: { "query": "Compare the credit profiles of AAPL, MSFT, GOOGL, and AMZN" }
Response: Detailed comparison table showing:
- Credit ratings (AA+ to AAA range)
- Financial metrics (debt/equity, interest coverage)
- Bitcoin holdings and impact
- Relative strengths and weaknesses
- Investment recommendations
Bitcoin Treasury Leaders:
Tool: orbt_analyst
Input: { "query": "Compare MSTR vs TSLA vs COIN credit ratings and Bitcoin strategies" }
Price Impact Scenarios:
Tool: orbt_analyst
Input: { "query": "What happens to MicroStrategy's rating if Bitcoin reaches $200,000?" }
Response:
- Current rating: AAA (with BTC at $100k)
- Projected rating at $200k: AAA (maintained)
- Bitcoin treasury value: $130B+
- Debt coverage improvement: 300%+
- Risk analysis and recommendations
Sector-Wide Impact:
Tool: orbt_analyst
Input: { "query": "How would Bitcoin at $50k affect tech sector credit ratings?" }
Corporate Treasury Analysis:
Tool: orbt_analyst
Input: { "query": "What if Apple bought 100,000 Bitcoin?" }
Banking Sector Risk:
Tool: orbt_analyst
Input: { "query": "Analyze credit risk in the banking sector" }
Response:
- Sector average rating: A+
- Top performers: JPM (AA), BAC (A+)
- Risk factors: Interest rate exposure, loan defaults
- Bitcoin adoption: Limited (regulatory constraints)
- Outlook and recommendations
Industry Comparisons:
Tool: orbt_analyst
Input: { "query": "Compare tech sector vs financial sector credit profiles" }
S&P 500 Analysis:
Tool: orbt_analyst
Input: { "query": "Which S&P 500 sectors have the best credit ratings?" }
5-Year Company History:
Tool: orbt_analyst
Input: { "query": "Show me Tesla's credit rating trend over the past 5 years" }
Response:
- 2020: BBB+ (pre-Bitcoin)
- 2021: A- (Bitcoin purchase)
- 2022: A (despite market downturn)
- 2023: A+ (profitability surge)
- 2024: AA (current)
- Key events and catalysts
- Correlation with BTC price
Rating Migration Analysis:
Tool: orbt_analyst
Input: { "query": "Track MicroStrategy's rating changes since adopting Bitcoin" }
Market Correlation:
Tool: orbt_analyst
Input: { "query": "How have credit ratings correlated with Bitcoin price over time?" }
Methodology Explanation:
Tool: orbt_analyst
Input: { "query": "Explain why MicroStrategy has an AAA rating despite high debt" }
Response:
- Bitcoin treasury value: $60B+
- Debt obligations: $6B
- Coverage ratio: 10x
- Methodology factors:
* Bitcoin treated as Tier 1 asset
* Mark-to-market valuation
* Volatility adjustments
* Scenario stress testing
Rating Factor Analysis:
Tool: orbt_analyst
Input: { "query": "What factors determine a company's credit rating in your methodology?" }
Bitcoin Impact Explanation:
Tool: orbt_analyst
Input: { "query": "How do Bitcoin holdings improve credit ratings?" }
"Which companies should I add to improve my portfolio's credit quality?"
"Suggest 5 companies with improving credit trends"
"Find undervalued companies with strong credit ratings"
"What are the biggest credit risks in the market right now?"
"Which companies are most vulnerable to a Bitcoin crash?"
"Analyze concentration risk in tech sector debt"
"Predict rating changes for the next quarter"
"Which companies are likely to be upgraded?"
"What would trigger a downgrade for Apple?"
Invalid Ticker:
Input: { "identifier": "APPL" } // Typo
Response: Automatically corrects to "AAPL" with notice
Missing Data:
Input: { "identifier": "PRIVATE_CO" }
Response: {
"error": "No data available",
"suggestions": [
"Check ticker on financial websites",
"Try a public company instead",
"Use S&P 500 constituents"
]
}
Query Too Vague:
Input: { "query": "ratings" }
Response: {
"error": "Query too vague",
"suggestions": [
"Specify a company: 'What is Apple's rating?'",
"Ask about sectors: 'Analyze tech sector ratings'",
"Request comparisons: 'Compare MSFT and GOOGL'"
]
}
Access these resources for additional data:
orbt://ratings - Complete ratings database (10,000+ securities)orbt://bitcoin-treasuries - Corporate Bitcoin holdings trackerorbt://market-data - Real-time market intelligencePre-configured prompts for common analyses:
credit_analysis - Comprehensive credit rating analysis with Bitcoin insights| Variable | Required | Description | Default |
|---|---|---|---|
ORBT_API_KEY | No* | Your ORBT API key | - |
ORBT_API_URL | No | API endpoint URL | https://orbt.finance |
*Required for unlimited queries. Without it, pay-per-query via Lightning (99 sats)
# Verify API key is set
echo $ORBT_API_KEY
# Test the connection
npx @orbt-finance/mcp-server test
~/Library/Logs/Claude/MIT License - © 2024 ORBT Technologies
See CHANGELOG.md for version history and updates.
Built with ❤️ for the Bitcoin and AI communities
FAQs
Advanced AI-powered MCP server for ORBT Financial Intelligence API with Gemini-powered natural language credit analysis, multi-company comparisons, Bitcoin scenario modeling, and comprehensive sector risk assessment
The npm package @orbt-finance/mcp-server receives a total of 64 weekly downloads. As such, @orbt-finance/mcp-server popularity was classified as not popular.
We found that @orbt-finance/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.