What you can do
Connected assistants can:- Search and read opportunities — keyword and boolean search with status, NAICS, and date filters, plus full opportunity pages with sources and attachments.
- Search and read awarded contracts — federal, SLED, and international award history with recipient, buyer, funder, and amount filters, plus full award pages with transactions, sub-awards, and line items.
- Work with workspaces — create workspaces, add members, post comments, follow or unfollow opportunities, awards, and contacts, and list attachments.
- Use saved searches — list your opportunity saved searches and their cached matches.
- Read and download documents — inspect bounded existing representations, continue long reads, and request original files only when needed.
MCP server URL
Use this URL when a client asks for Govly’s remote MCP server:Choose a connection guide
- Connect Govly to Claude — install Govly from Claude’s connector directory and authorize with your Govly account.
- MCP for developers — connect an API, command-line tool, or other MCP client with OAuth or a personal API key.
Read and download documents
Usedocument_read with the canonical documentType and id returned by tools such as show_opportunity and show_workspace. The initial response reports the representations already available for that document. Request positioned_text only when it is advertised and layout or geometry matters; reads never create missing analysis or enqueue extraction work.
Document reads are bounded. When meta.hasMore is true, continue by calling document_read with only meta.nextCursor and, optionally, maxChars. Treat the cursor as opaque.
Use document_download when you need the authorized original file. Opportunity responses may omit embedded attachment URLs; the download tool re-authorizes access and returns a fresh URL with its expiration time.
Using MCP across multiple Govly organizations
Connections are scoped to one Govly organization. An OAuth connection uses the organization you were viewing when you authorized it; switching organizations in Govly later does not change the connection. Personal API keys are also tied to the organization where they were created. To use MCP with another organization, create a separate connection while viewing that organization or create a personal API key from that organization.Manage connections
- Manage OAuth connections under Govly Settings → API → Connected Apps.
- Manage personal API keys under Govly Settings → API → API Keys.
- Manage agent accounts and their keys under Govly Settings → API → Agent Accounts.