Verified tech stacks, org charts, hiring signals, and warm paths — always current, structured for Claude Code, your scripts, or any MCP client.
$ pip install kinobi
Many companies built internal portals using SSI and frames. You might see this in http://intranet/hr/employees.shtml?view=indexframe view indexframe shtml link
Imagine you visit http://retro-portal.com/main.shtml?view=indexframe and see a navigation sidebar. Here’s what happens: Many companies built internal portals using SSI and frames
| Error Message | Likely Cause | Solution |
|---------------|---------------|----------|
| [an error occurred while processing this directive] | SSI not enabled on server | Enable Options +Includes in .htaccess (Apache) |
| Blank frame when viewing indexframe | Missing file path in virtual include | Check paths: virtual="/relative/path.shtml" |
| Links work but no content changes | Frameset target missing | Ensure <a target="content"> matches frame name |
| ?view=indexframe ignored | Server not parsing .shtml | Rename file to .shtml or add MIME type in IIS | Never allow user-controlled strings in SSI directives
If user input is passed into <!--#include virtual="FILENAME" --> without sanitization, an attacker could input ../../../etc/passwd or use <!--#exec cmd="..." -->. Never allow user-controlled strings in SSI directives.
Static site generators (pre-Jekyll) often used .shtml and query strings to simulate dynamic navigation without server-side databases.
If you see <a href="news.shtml?view=indexframe">, append that to the domain:
https://example.com/news.shtml?view=indexframe
knowledge graph
Every result is live from our production graph.
Company intelligence
Your agent queries the graph. You close deals.
Many companies built internal portals using SSI and frames. You might see this in http://intranet/hr/employees.shtml?view=indexframe
Imagine you visit http://retro-portal.com/main.shtml?view=indexframe and see a navigation sidebar. Here’s what happens:
| Error Message | Likely Cause | Solution |
|---------------|---------------|----------|
| [an error occurred while processing this directive] | SSI not enabled on server | Enable Options +Includes in .htaccess (Apache) |
| Blank frame when viewing indexframe | Missing file path in virtual include | Check paths: virtual="/relative/path.shtml" |
| Links work but no content changes | Frameset target missing | Ensure <a target="content"> matches frame name |
| ?view=indexframe ignored | Server not parsing .shtml | Rename file to .shtml or add MIME type in IIS |
If user input is passed into <!--#include virtual="FILENAME" --> without sanitization, an attacker could input ../../../etc/passwd or use <!--#exec cmd="..." -->. Never allow user-controlled strings in SSI directives.
Static site generators (pre-Jekyll) often used .shtml and query strings to simulate dynamic navigation without server-side databases.
If you see <a href="news.shtml?view=indexframe">, append that to the domain:
https://example.com/news.shtml?view=indexframe
Signals API
Track open roles, hiring velocity, and department growth. Your agent uses this to time outreach perfectly.
Graph API
5 connectors, 4 shared contexts, 7 targets — your agent finds the strongest path through the graph automatically.
MCP Server
Start the MCP server and your AI agent gets access to every Kinobi tool — search, enrich, signals, and graph — with zero integration work.
Platform
Kinobi ingests LinkedIn connections, board affiliations, investor networks, and alumni ties — then scores every path to every target.
Find warm paths through your team's network to any decision maker at any company.
Query the relationship graph. Every path scored 0–100 on shared context and recency.
Full tech stack by category with change detection. Know when a competitor's contract expires.
Open roles, hiring velocity, department growth. Time your outreach to hiring surges.
Drop-in tool server for Claude Code, Cursor, and any MCP-compatible client.
Every endpoint returns typed, machine-readable output. Pipe it anywhere.
made for machines ... and humans ;)