AGENTDATA / AGENTS
Connect your agent.
One MCP connection or direct REST calls. Each tool has a specific query intent.
Add a remote MCP server
Use the Streamable HTTP endpoint in a compatible MCP client. Authentication is not required during public testing.
https://mcp.agentdatacore.com/mcpDiscover the available tools with tools/list. Client setup labels vary by application.
Call the API directly
Send a JSON request to POST /query. Use the tool reference for parameters.
https://api.agentdatacore.com{
"tool": "search_udi_products",
"params": {
"query": "接触镜",
"limit": 10
}
}What comes back
Results contain structured information, provenance where applicable, source_class, and snapshot/version information. Pagination and limits describe the returned page. The source_class field describes how information was formed; definitions are available from get_information_standard.
Public testing limits
Up to 100 records per request; offsets start at 0 and must be below 1000. A short-term client can receive up to 1000 different records within 5 minutes. Repeated records do not consume additional unique-record allowance. Excess requests may return HTTP 429 or a structured MCP error. These are service limits, not an unlimited data export facility.