feat(radar): add new tools, bug fixes, and improve README prompts#277
Merged
andre-j3sus merged 1 commit intomainfrom Jan 12, 2026
Merged
feat(radar): add new tools, bug fixes, and improve README prompts#277andre-j3sus merged 1 commit intomainfrom
andre-j3sus merged 1 commit intomainfrom
Conversation
- Fix error message in get_traffic_anomalies (was incorrectly showing 'IP details') - Fix L3 attack description (application layer → network layer) - Fix unused orderBy parameter in get_internet_speed_data - Enhance get_ip_details to include full ASN info from /entities/asns/ip - Add get_internet_services_timeseries tool - Add get_outages_by_location tool - Add get_traffic_anomalies_by_location tool - Add get_bgp_routing_table_ases tool - Add get_bgp_top_ases_by_prefixes tool - Add new type definitions: BgpRoutesAsesSortByParam, TrafficAnomalyStatusParam - Reorganize README prompt examples with separate DNS and Email sections - Remove Geolocations section, add more prompts for CT, Email, DNS
|
lgtm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds 5 new tools to the Radar MCP server, fixes 3 bugs, enhances an existing tool, and reorganizes the README prompt examples.
Tool Enhancements
get_ip_details- Now fetches both IP details and full ASN information in parallel, returning ASN name, country, and population estimates from APNICNew Tools
get_internet_services_timeseries/ranking/internet_services/timeseries_groupsget_outages_by_location/annotations/outages/locationsget_traffic_anomalies_by_location/traffic_anomalies/locationsget_bgp_routing_table_ases/bgp/routes/asesget_bgp_top_ases_by_prefixes/bgp/top/ases/prefixes