|
4 | 4 | "eventDescription": "Initial fee for starting the MCP Server Actor",
|
5 | 5 | "eventPriceUsd": 0.1
|
6 | 6 | },
|
7 |
| - "get-income-statements": { |
| 7 | + "get_income_statements": { |
8 | 8 | "eventTitle": "Get income statements",
|
9 | 9 | "eventDescription": "Fee for getting income statements for a company.",
|
10 | 10 | "eventPriceUsd": 0.01
|
11 | 11 | },
|
12 |
| - "get-balance-sheets": { |
| 12 | + "get_balance_sheets": { |
13 | 13 | "eventTitle": "Get balance sheets",
|
14 | 14 | "eventDescription": "Fee for getting balance sheets for a company.",
|
15 | 15 | "eventPriceUsd": 0.01
|
16 | 16 | },
|
17 |
| - "get-cash-flow-statements": { |
| 17 | + "get_cash_flow_statements": { |
18 | 18 | "eventTitle": "Get cash flow statements",
|
19 | 19 | "eventDescription": "Fee for getting cash flow statements for a company.",
|
20 | 20 | "eventPriceUsd": 0.01
|
21 | 21 | },
|
22 |
| - "get-current-stock-price": { |
| 22 | + "get_current_stock_price": { |
23 | 23 | "eventTitle": "Get current stock price",
|
24 | 24 | "eventDescription": "Fee for getting the current / latest price of a company.",
|
25 | 25 | "eventPriceUsd": 0.01
|
26 | 26 | },
|
27 |
| - "get-historical-stock-prices": { |
| 27 | + "get_historical_stock_prices": { |
28 | 28 | "eventTitle": "Get historical stock prices",
|
29 | 29 | "eventDescription": "Fee for getting historical stock prices for a company.",
|
30 | 30 | "eventPriceUsd": 0.01
|
31 | 31 | },
|
32 |
| - "get-company-news": { |
| 32 | + "get_company_news": { |
33 | 33 | "eventTitle": "Get company news",
|
34 | 34 | "eventDescription": "Fee for getting news for a company.",
|
35 | 35 | "eventPriceUsd": 0.01
|
36 | 36 | },
|
37 |
| - "get-available-crypto-tickers": { |
| 37 | + "get_available_crypto_tickers": { |
38 | 38 | "eventTitle": "Get available crypto tickers",
|
39 | 39 | "eventDescription": "Fee for getting all available crypto tickers.",
|
40 | 40 | "eventPriceUsd": 0.001
|
41 | 41 | },
|
42 |
| - "get-crypto-prices": { |
| 42 | + "get_crypto_prices": { |
43 | 43 | "eventTitle": "Get crypto prices",
|
44 | 44 | "eventDescription": "Fee for getting current prices for a crypto currency.",
|
45 | 45 | "eventPriceUsd": 0.01
|
46 | 46 | },
|
47 |
| - "get-historical-crypto-prices": { |
| 47 | + "get_historical_crypto_prices": { |
48 | 48 | "eventTitle": "Get historical crypto prices",
|
49 | 49 | "eventDescription": "Fee for getting historical prices for a crypto currency.",
|
50 | 50 | "eventPriceUsd": 0.01
|
51 | 51 | },
|
52 |
| - "get-current-crypto-price": { |
| 52 | + "get_current_crypto_price": { |
53 | 53 | "eventTitle": "Get current crypto price",
|
54 | 54 | "eventDescription": "Fee for getting the current / latest price of a crypto currency.",
|
55 | 55 | "eventPriceUsd": 0.01
|
|
0 commit comments