doitintl/doit-mcp-server
If you are the rightful owner of doit-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
DoiT MCP Server provides access to the DoiT API, enabling LLMs like Claude to access DoiT platform data for troubleshooting and analysis.
Tools
Functions exposed to the LLM to take actions
get_cloud_incidents
Get cloud incidents
get_cloud_incident
Get a specific cloud incident by ID
get_anomalies
List anomalies detected in cloud costs
get_anomaly
Get a specific anomaly by ID
list_reports
Lists Cloud Analytics reports that your account has access to
run_query
Runs a report query with the specified configuration without persisting it.
Fields that are not populated will use their default values if needed.
Use the dimension tool before running the query to get the list of dimensions and their types.
If possible, use timeRange
instead of customTimeRange
when no specific dates are given.
Example for cost report:
{
"config": {
"dataSource": "billing",
"metric": {"type": "basic", "value": "cost"},
"timeRange": {"mode": "last", "amount": 1, "unit": "month", "includeCurrent": true},
"group": [{"id": "service_description", "type": "fixed", "limit": {"metric": {"type": "basic", "value": "cost"}, "sort": "desc", "value": 10}}]
}
}
get_report_results
Get the results of a specific report by ID
validate_user
Validates the current API user and returns domain and email information
list_dimensions
Lists Cloud Analytics dimensions that your account has access to. Use this tool to get the dimensions that you can use in the run_query tool. Use filter to narrow down the results.
get_dimension
Get a specific Cloud Analytics dimension by type and ID
list_tickets
List support tickets from DoiT using the support API.
create_ticket
Create a new support ticket in DoiT using the support API.
list_invoices
List all current and historical invoices for your organization from the DoiT API.
get_invoice
Retrieve the full details of an invoice specified by the invoice number from the DoiT API.
Prompts
Interactive templates invoked by user choice
Filter Fields Reference
null
Generate Report Document
null
Query Best Practice
null
Document Output Reminder
null
Generate Report Command
null
Generate Anomalies Document
null
Dimension Usage Guidance
null
Create Ticket
null
Generate Invoice Details Document
null
DoiT MCP Server tools output
null
Resources
Contextual data attached and managed by the client