Searching Providers by Name or URL
Using HasMCP UI
You can easily search through your active API integrations by using the search bar located at the top of the Providers list page in the dashboard.Using REST API
Yes, when making aGET request to the /providers endpoint, HasMCP allows you to append query parameters to search for subsets of providers matching specific text strings. This is extremely helpful when managing a large catalog of APIs.
Available Search Parameters
The/providers endpoint supports the following two query string parameters for text-based searches:
nameContains(string): Filters the returned array of providers to only those where thenamefield contains the specified substring (case-insensitive depending on database collation).baseURLContains(string): Filters the returned array to only providers where thebaseURLincorporates the specified substring.
Example Queries
Searching by Name
To find all providers that have “Google” in their name:Searching by Base URL
To locate any provider mapping to a subdomain ofinternal.mycompany.com: