Add TextMine MCP server#227
Open
joseramontextmine wants to merge 1 commit into
Open
Conversation
|
@microsoft-github-policy-service agree company="TextMine" |
1 similar comment
Author
|
@microsoft-github-policy-service agree company="TextMine" |
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.
Add TextMine MCP server
This PR registers the TextMine remote MCP server in the Azure MCP catalog.
About TextMine
TextMine is a knowledge management platform that extracts and structures data from business documents and contracts. This MCP server lets AI agents search an organization's documents, query the structured data extracted from them, and work with TextMine vaults and records.
Server details
Name: TextMine
Type: Remote MCP server (streamable-http)
Endpoint: https://mcp.textmine.com/mcp
Publisher: TextMine (non-Microsoft)
Authentication: API key (X-TextMine-Api-Key: tm_...). OAuth (user identity passthrough) is planned as a follow-up.
Example capabilities (tools)
search_documents / list_documents / fetch_document — find and retrieve documents
get_document_text / get_document_metadata / get_document_tags — read document content and metadata
list_vaults / get_record / list_record_schemas — query structured, extracted data
ask_vault — natural-language questions over a vault
upload_document_to_vault / reprocess_document — manage documents and processing
Notes
The endpoint is a stable, publicly reachable host operated by TextMine (not a proxy).
CLA signed; company affiliation (TextMine) confirmed.