# SeekTable — MCP server on mcp.ai > Connect your SeekTable account and use 5 tools for business intelligence straight from your AI agent. Connect with your own API key. SeekTable is a business intelligence platform for creating, managing, and exporting reports, cubes, and dashboards. By: mcp.ai · official Page: https://mcp.ai/seek_table ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_seek_table?ms=1787296080000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/seek_table/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/seek_table/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/seek_table/skill.md Postman collection (v2.1): https://mcp.ai/seek_table/postman.json ## Tools - seek_table_export_report(format: string, row_mode?: string, report_id: string, chart_only?: boolean, value_formatting?: boolean, html_inline_style?: boolean) — Export a saved SeekTable report in a selected file or data format. This performs one read-only provider request and requires a report ID returned by List Reports. - seek_table_get_cube(cube_id: string) — Get metadata for one SeekTable cube by its ID. - seek_table_get_report(report_id: string) — Get metadata and serialized configuration for one saved SeekTable report. - seek_table_list_cubes(source_type?: string) — List cubes in the connected SeekTable account, optionally filtering by provider source type. - seek_table_list_reports() — List saved reports in the connected SeekTable account, including IDs needed by report detail and export tools. ## Example prompts - "What can I do in SeekTable?" - "Show me a summary of my SeekTable account" ## Links Docs: https://mcp.ai/docs/mcps/seek_table Website: https://mcp.ai/mcps/seek_table