Access expert emerging-markets research from GlobalSource Partners directly within Google Antigravity.
This plugin connects Antigravity to the GlobalSource Partners remote Model Context Protocol (MCP) server, enabling its agents to search research covering economics, politics, public policy and sovereign risk.
- Search research by topic, country, company or individual.
- Find relevant reports and analysis.
- Filter research by entity and publication date.
- Access publicly available research without signing in.
- Authenticate as a GlobalSource Partners client for expanded access.
On macOS or Linux, use Google’s installation script:
curl -fsSL https://antigravity.google/cli/install.sh | bashOn macOS, you can alternatively install it with Homebrew:
brew install --cask antigravity-cliLaunch Antigravity and complete the browser-based sign-in:
agyClone the repository:
git clone https://github.com/global-source-direct/global-source-partners-antigravity-plugin.gitInstall the plugin:
agy plugin install ./global-source-partners-antigravity-pluginConfirm that it is installed:
agy plugin listRestart Antigravity after installation:
agyInside Antigravity, enter:
/mcp
The MCP manager should show global-source-partners as connected and list its available research tools.
Ask Antigravity questions such as:
Using GlobalSource Partners research, summarise the latest analysis on Brazil.
What does GlobalSource Partners research say about Argentina's economic outlook?
Find recent research concerning sovereign risk in emerging markets.
What are GlobalSource Partners analysts saying about monetary policy in Mexico?
Antigravity will invoke the GlobalSource Partners MCP tools when they are relevant to your request.
The GlobalSource Partners MCP server provides public access without requiring authentication.
GlobalSource Partners clients can authenticate for expanded access to research included in their subscription. Antigravity supports automatic OAuth discovery and Dynamic Client Registration, so no OAuth client credentials need to be added to the plugin.
To authenticate:
- Open Antigravity settings using
Cmd+,on macOS orCtrl+,on Windows and Linux. - Open Customizations.
- Find the
global-source-partnersMCP server. - Click Authenticate.
- Complete the authorization process in your browser.
- Return to Antigravity and confirm that the server reconnects.
Availability of research after authentication depends on the user’s GlobalSource Partners subscription.
global-source-partners-antigravity-plugin/
├── plugin.json
├── mcp_config.json
├── README.md
└── rules/
└── global-source-partners.md
The plugin.json file identifies the Antigravity plugin:
{
"$schema": "https://antigravity.google/schemas/v1/plugin.json",
"name": "global-source-partners",
"description": "Search expert emerging-markets research on economics, politics, policy and sovereign risk."
}The mcp_config.json file connects Antigravity to the remote Streamable HTTP MCP server:
{
"mcpServers": {
"global-source-partners": {
"serverUrl": "https://www.globalsourcepartners.com/mcp"
}
}
}List installed plugins:
agy plugin listDisable the plugin:
agy plugin disable global-source-partnersEnable it again:
agy plugin enable global-source-partnersUninstall it:
agy plugin uninstall global-source-partnersTo install an updated version, pull the latest repository changes and reinstall the plugin:
cd global-source-partners-antigravity-plugin
git pull
cd ..
agy plugin uninstall global-source-partners
agy plugin install ./global-source-partners-antigravity-pluginThis plugin connects to:
https://www.globalsourcepartners.com/mcp
The server is published in the official Model Context Protocol Registry as:
com.globalsourcepartners/emerging-markets-research
GlobalSource Partners provides independent, locally based economic and political research covering emerging and frontier markets.
Its network of in-country experts provides investors and decision-makers with analysis of economics, politics, public policy and sovereign risk.
Use of the GlobalSource Partners service is subject to the policies and terms published on the GlobalSource Partners website.
When Antigravity uses this plugin, relevant portions of the user’s request are sent to the GlobalSource Partners MCP server to perform searches and retrieve research.